FileNames Property
FileNames
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.
Declaration
public string[] FileNames { get; }
Public ReadOnly Property FileNames As String()