Discuss this help topic in SecureBlackbox Forum

TElBoxSharedLink.PreviewCount

TElBoxSharedLink     See also     


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


Returns the number of times the resource was previewed.

Declaration

[C#]
    long PreviewCount;

[VB.NET]
    Property PreviewCount As Long

[Pascal]
    property PreviewCount: Int64;

[C++]
    int64_t get_PreviewCount();

[PHP]
    integer get_PreviewCount()

[Java]
    long getPreviewCount();

Description

    Use this property to get the number of times the resource was previewed.

See also:     DownloadCount     URL    

Discuss this help topic in SecureBlackbox Forum