Parses the given file name according to this provider's ArtDataFileNameFormat and extracts the Document Identifier,
Markup Layer Record ID, and Markup Layer Name where applicable.
'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)
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