ResourceFormats Property
A comma separated list of file formats.
Syntax
[VB.NET] Public ReadOnlyProperty ResourceFormats As String
[C#] public string ResourceFormats {get;}
Remarks
This property holds a comma separated list of file formats that are applicable to the currently selected file.
These formats may be specified when calling DownloadFile to retrieve the file in the specified format.
This property is read-only.
Default Value
""