ImageGear .NET v25.2 - Updated
ImageGear.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




In This Topic
    FormatMarkupIndexFileName(String) Method
    In This Topic
    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