You are here: Symbol Reference
Symbol Reference
> Ofcas.Lk.Api.Client.Core Namespace > Classes > ProjectCenter Class > ProjectCenter Methods > ProjectCenter.Rename Method
Close
Ofcas.Lk.Api.Client - Version 3.0
ProjectCenter.Rename Method

Changes the name of this project directory to the stated name. Renaming the root directory or the recyclebin is not possible.

Syntax
C#
public ProjectDirectoryInfo Rename(string directoryName);
Parameters
Description
string directoryName
The new name of this project directory. Cannot contain any invalid chars defined by Path.GetInvalidFileNameChars.

Returns an updated info of this project directory.

Copyright © 2020. All rights reserved.