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