Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveReply.Clone

TElGoogleDriveReply     See also     


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


Creates a new copy of this reply.

Declaration

[C#]
    TElGoogleDriveReply Clone();

[VB.NET]
    Function Clone() As TElGoogleDriveReply

[Pascal]
    function Clone(): TElGoogleDriveReply;

[C++]
    TElGoogleDriveReplyHandle Clone();

[PHP]
    TElGoogleDriveReply Clone()

[Java]
    TElGoogleDriveReply clone();

Return value

    Returns a reference to the new copy of the reply.

Description

    Call this method to create a new instance of TElGoogleDriveReply containing exactly the same data.

See also:     Assign    

Discuss this help topic in SecureBlackbox Forum