ResourceExtension Property
The extension of the file.
Syntax
[VB.NET] Public ReadOnlyProperty ResourceExtension As String
[C#] public string ResourceExtension {get;}
Remarks
This property indicates the extension of the file. It cannot be set. To specify the extension when creating a new file include it when calling UploadFile.
This property is read-only and not available at design time.
Default Value
""