Discuss this help topic in SecureBlackbox Forum
Contains files charset on the server.
Declaration
[C#]
string FilenameCharset;
[VB.NET]
Property FilenameCharset As String
[Pascal]
property FilenameCharset : String;
[C++]
void get_FilenameCharset(std::string &OutResult);
void set_FilenameCharset(const std::string &Value);
[PHP]
string get_FilenameCharset()
void set_FilenameCharset(string $Value)
[Java]
String getFilenameCharset();
void setFilenameCharset(String Value);
Description
Use this property to specify files charset.
This property is set automatically.
Discuss this help topic in SecureBlackbox Forum