Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveUser.Clone

TElGoogleDriveUser     


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


Creates a copy of the current object.

Declaration

[C#]
    TElGoogleDriveUser Clone();

[VB.NET]
    Function Clone() As TElGoogleDriveUser

[Pascal]
    function Clone(): TElGoogleDriveUser;

[C++]
    TElGoogleDriveUserHandle Clone();

[PHP]
    TElGoogleDriveUser Clone()

[Java]
    TElGoogleDriveUser clone();

Return value

    Returns a copy of the user.

Description

    Use this method to create a new instance of TElGoogleDriveUser with exactly the same data.

Discuss this help topic in SecureBlackbox Forum