Discuss this help topic in SecureBlackbox Forum

TElBoxSharedLinkPermissions.Clone

TElBoxSharedLinkPermissions     See also     


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


Creates a copy of this object with the same permissions.

Declaration

[C#]
    TElBoxSharedLinkPermissions Clone();

[VB.NET]
    Function Clone() As TElBoxSharedLinkPermissions

[Pascal]
    function Clone(): TElBoxSharedLinkPermissions;

[C++]
    TElBoxSharedLinkPermissionsHandle Clone();

[PHP]
    TElBoxSharedLinkPermissions Clone()

[Java]
    TElBoxSharedLinkPermissions clone();

Return value

    Returns a reference to the newly created copy of this object.

Description

    Call this method to create a new TElBoxSharedLinkPermissions object with the same properties.

See also:     Assign    

Discuss this help topic in SecureBlackbox Forum