Discuss this help topic in SecureBlackbox Forum

TElBoxSharedLinkPermissions.CanDownload

TElBoxSharedLinkPermissions     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies whether download is allowed.

Declaration

[C#]
    bool CanDownload;

[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.

See also:     CanPreview    

Discuss this help topic in SecureBlackbox Forum