'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