Discuss this help topic in SecureBlackbox Forum

TElOneDriveComment.Clone

TElOneDriveComment     


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


Creates a copy of the current comment.

Declaration

[C#]
    TElOneDriveComment Clone();

[VB.NET]
    Function Clone() As TElOneDriveComment

[Pascal]
    function Clone(): TElOneDriveComment;

[C++]
    TElOneDriveCommentHandle Clone();

[PHP]
    TElOneDriveComment Clone()

[Java]
    TElOneDriveComment clone();

Return value

    Returns a reference to the newly created copy of the comment.

Description

    Call this method to create a copy an exact copy of the current TElOneDriveComment object.

Discuss this help topic in SecureBlackbox Forum