Discuss this help topic in SecureBlackbox Forum

TElBoxSharedLinkPermissions.CanPreview

TElBoxSharedLinkPermissions     


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


Specifies whether preview is allowed.

Declaration

[C#]
    bool CanPreview;

[VB.NET]
    Property CanPreview As Boolean

[Pascal]
    property CanPreview: boolean;

[C++]
    bool get_CanPreview();

[PHP]
    bool get_CanPreview()

[Java]
    boolean getCanPreview();

Description

    Returns True if the shared resource may be previewed in browser, and False otherwise.

Discuss this help topic in SecureBlackbox Forum