Discuss this help topic in SecureBlackbox Forum

TElOneDriveDataStorageObject.Rename

TElOneDriveDataStorageObject     See also     


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


Renames the data object.

Declaration

[C#]
    void Rename(string NewName);

[VB.NET]
    Sub Rename(ByVal NewName As String)

[Pascal]
    procedure Rename(const NewName: string);

[C++]
    void Rename(const std::string &NewName);

[PHP]
    void Rename(string $NewName)

[Java]
    void rename(String NewName);

Parameters

  • NewName - the new name for the data object.

Description

    Use this method to rename this object.

See also:     Move    

Discuss this help topic in SecureBlackbox Forum