Discuss this help topic in SecureBlackbox Forum
Specifies whether download is allowed.
Declaration
[VB.NET]
Property CanDownload As Boolean
[Pascal]
property CanDownload: boolean;
[C++]
bool get_CanDownload();
[PHP]
bool get_CanDownload()
[Java]
boolean getCanDownload();
Description
Returns True if download is permitted, and False otherwise.
Discuss this help topic in SecureBlackbox Forum