ImageGear .NET v25.2 - Updated
ImageGear.Web.Services Assembly / ImageGear.Web.DataProviders Namespace / MarkupFileImageDataProvider Class / FormatArtFileName(String,String) Method
The Document ID of the associated document
The Markup Layer Record ID of the Markup Layer




In This Topic
    FormatArtFileName(String,String) Method
    In This Topic
    Returns the formatted Art Data File Name according to the specified Document ID, Markup Layer Record ID, and Markup Layer Name
    Syntax
    'Declaration
     
    Public Function FormatArtFileName( _
       ByVal documentId As String, _
       ByVal markupLayerRecordId As String _
    ) As String
    'Usage
     
    Dim instance As MarkupFileImageDataProvider
    Dim documentId As String
    Dim markupLayerRecordId As String
    Dim value As String
     
    value = instance.FormatArtFileName(documentId, markupLayerRecordId)
    public string FormatArtFileName( 
       string documentId,
       string markupLayerRecordId
    )
    public: string* FormatArtFileName( 
       string* documentId,
       string* markupLayerRecordId
    ) 
    public:
    String^ FormatArtFileName( 
       String^ documentId,
       String^ markupLayerRecordId
    ) 

    Parameters

    documentId
    The Document ID of the associated document
    markupLayerRecordId
    The Markup Layer Record ID of the Markup Layer

    Return Value

    The formatted file name used to store the Markup Layer
    See Also