Method GetProjectFolderOwner
GetProjectFolderOwner(PdmProjectFolderId)
Gets the project folder containing a specified project folder.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 11, 300, 80)]
PdmProjectFolderId GetProjectFolderOwner(PdmProjectFolderId inProjectFolderId)
Parameters
| Type | Name | Description |
|---|---|---|
| PdmProjectFolderId | inProjectFolderId | Project folder identifier. |
Returns
| Type | Description |
|---|---|
| PdmProjectFolderId | Identifier of the project folder containing the specified project folder, or empty if none. |
Remarks
If there is no owner, i.e. the specified project folder was a root, the returned identifier is empty.
This method is available since v7.10.