Discuss this help topic in SecureBlackbox Forum

TElBoxDataStorageObject.SharedLink

TElBoxDataStorageObject     See also     


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


The shared link for this object.

Declaration

[C#]
    TElBoxSharedLink SharedLink;

[VB.NET]
    Property SharedLink As TElBoxSharedLink

[Pascal]
    property SharedLink: TElBoxSharedLink;

[C++]
    TElBoxSharedLink* get_SharedLink();

[PHP]
    TElBoxSharedLink get_SharedLink()

[Java]
    TElBoxSharedLink getSharedLink();

Description

    Use this property to get the shared link for this folder.

See also:     OwnedBy    

Discuss this help topic in SecureBlackbox Forum