Method SetProjectFolderName
SetProjectFolderName(PdmProjectFolderId, string)
Sets the name of a project folder.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 9, 0, 0)]
void SetProjectFolderName(PdmProjectFolderId inProjectFolderId, string inName)
Parameters
| Type | Name | Description |
|---|---|---|
| PdmProjectFolderId | inProjectFolderId | Project folder identifier. |
| string | inName | Name. |
Remarks
This method must not be called between StartModification(string, bool) and EndModification(bool, bool) methods calls.
This method is available since v7.9.