FileNames Property (C1MultiDocumentItem)
In This Topic
Gets the list of file names used to store the document or report represented by the current item. If this item is stored in memory, this value is null.
Syntax
'Declaration
Public ReadOnly Property FileNames As String()
public string[] FileNames {get;}
See Also