'Declaration Public Function ParseArtFileName( _ ByVal filename As String, _ ByRef documentId As String, _ ByRef markupLayerRecordId As String _ ) As Boolean
'Usage Dim instance As MarkupFileImageDataProvider Dim filename As String Dim documentId As String Dim markupLayerRecordId As String Dim value As Boolean value = instance.ParseArtFileName(filename, documentId, markupLayerRecordId)
public bool ParseArtFileName( string filename, out string documentId, out string markupLayerRecordId )
public: bool ParseArtFileName( string* filename, [PARAMFLAG::Out] string* documentId, [PARAMFLAG::Out] string* markupLayerRecordId )
public: bool ParseArtFileName( String^ filename, [Out] String^ documentId, [Out] String^ markupLayerRecordId )
Parameters
- filename
- The file name to parse
- documentId
- (out) The Document ID
- markupLayerRecordId
- (out) The Markup Layer Record ID
Return Value
A boolean indicating whether the parse was successful according to ArtDataFileNameFormat