Discuss this help topic in SecureBlackbox Forum
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.
Discuss this help topic in SecureBlackbox Forum