Discuss this help topic in SecureBlackbox Forum

TElOneDriveTag.Clone

TElOneDriveTag     


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


Creates a copy of this tag.

Declaration

[C#]
    TElOneDriveTag Clone();

[VB.NET]
    Function Clone() As TElOneDriveTag

[Pascal]
    function Clone(): TElOneDriveTag;

[C++]
    TElOneDriveTagHandle Clone();

[PHP]
    TElOneDriveTag Clone()

[Java]
    TElOneDriveTag clone();

Description

    Call this method to create an exact copy of this object.

Discuss this help topic in SecureBlackbox Forum