Discuss this help topic in SecureBlackbox Forum

TElBoxSharedLink.UnsharedAt

TElBoxSharedLink     See also     


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


The time at which the link is unshared.

Declaration

[C#]
    DateTime UnsharedAt;

[VB.NET]
    Property UnsharedAt As DateTime

[Pascal]
    property UnsharedAt: TDateTime;

[C++]
    int64_t get_UnsharedAt();

[PHP]
    DateTime get_UnsharedAt()

[Java]
    Date getUnsharedAt();

Description

    Use this property to check the time and date at which the link is unshared.

See also:     Permissions     URL    

Discuss this help topic in SecureBlackbox Forum