ImageGear .NET v24.12 - Updated
FormatMarkupIndexFileName(String) Method




ImageGear24.Web.Services Assembly > ImageGear.Web.DataProviders Namespace > MarkupFileImageDataProvider Class : FormatMarkupIndexFileName(String) Method
The Document ID of the document whose corresponding list of Markup Layers is requested
Returns the formatted Markup Index File Name for a specified Document Identifier
Syntax
'Declaration
 
Public Function FormatMarkupIndexFileName( _
   ByVal documentId As String _
) As String
'Usage
 
Dim instance As MarkupFileImageDataProvider
Dim documentId As String
Dim value As String
 
value = instance.FormatMarkupIndexFileName(documentId)
public string FormatMarkupIndexFileName( 
   string documentId
)
public: string* FormatMarkupIndexFileName( 
   string* documentId
) 
public:
String^ FormatMarkupIndexFileName( 
   String^ documentId
) 

Parameters

documentId
The Document ID of the document whose corresponding list of Markup Layers is requested

Return Value

The formatted file name for the Markup Index File for the specified Document Identifier
See Also

Reference

MarkupFileImageDataProvider Class
MarkupFileImageDataProvider Members