Method CreateFolder
CreateFolder(PdmObjectId, string)
Creates a folder.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 6, 0, 0)]
PdmObjectId CreateFolder(PdmObjectId inObjectId, string inFolderName)
Parameters
| Type | Name | Description |
|---|---|---|
| PdmObjectId | inObjectId | PDM object identifier of a project or a folder where the new folder is to be created. |
| string | inFolderName | Name of the new folder. |
Returns
| Type | Description |
|---|---|
| PdmObjectId | Identifier of the created folder. |
Remarks
If creation fails, the returned identifier is empty.
This method must not be called between StartModification(string, bool) and EndModification(bool, bool) methods calls.
This method is available since v7.6.