Method DeleteProjectFolder
DeleteProjectFolder(PdmProjectFolderId)
Deletes an empty project folder.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 9, 0, 0)]
void DeleteProjectFolder(PdmProjectFolderId inProjectFolderId)
Parameters
| Type | Name | Description |
|---|---|---|
| PdmProjectFolderId | inProjectFolderId | Identifier of the project folder to delete. |
Remarks
If the specified project folder was not empty, an exception is thrown.
This method must not be called between StartModification(string, bool) and EndModification(bool, bool) methods calls.
This method is available since v7.9.