Discuss this help topic in SecureBlackbox Forum
Contains the name of encrypted file.
Declaration
[VB.NET]
Property Filename As String
[Pascal]
property Filename : string;
[C++]
void get_Filename(std::string &OutResult);
void set_Filename(const std::string &Value);
[PHP]
string get_Filename()
void set_Filename(string $Value)
[Java]
String getFilename();
void setFilename(String Value);
Description
Use this property to get or set the name of encrypted file.
If this property is empty or its value is
_CONSOLE,
it means that the file must only be displayed to the user without saving it to disk.
Discuss this help topic in SecureBlackbox Forum