StorageFileName Property (C1MultiDocumentItem)
In This Topic
Gets the name of the disk file used to store the document associated with the current item. If the item is stored in memory, this value is null.
Syntax
'Declaration
Public ReadOnly Property StorageFileName As String
public string StorageFileName {get;}
See Also