Discuss this help topic in SecureBlackbox Forum
Specifies whether file name is set.
Declaration
[VB.NET]
Property HasName As Boolean
[Pascal]
property HasName : boolean;
[C++]
bool get_HasName();
void set_HasName(bool Value);
[PHP]
bool get_HasName()
void set_HasName(bool $Value)
[Java]
boolean getHasName();
void setHasName(boolean Value);
Description
When this flag is set, original filename is specified.
Discuss this help topic in SecureBlackbox Forum