Discuss this help topic in SecureBlackbox Forum
Returns the file extension used when downloading the file.
Declaration
[C#]
string FileExtension;
[VB.NET]
Property FileExtension As String
[Pascal]
property FileExtension: string;
[C++]
void get_FileExtension(std::string &OutResult);
[PHP]
string get_FileExtension()
[Java]
String getFileExtension();
Description
Use this property to get the file extension.
To set the file extension, it should be supplied in the file name.
Discuss this help topic in SecureBlackbox Forum