Method GetProjectMainDocument
GetProjectMainDocument(PdmObjectId)
Gets the main document of a specified project.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 11, 0, 0)]
PdmObjectId GetProjectMainDocument(PdmObjectId inProjectId)
Parameters
| Type | Name | Description |
|---|---|---|
| PdmObjectId | inProjectId | Project object identifier. |
Returns
| Type | Description |
|---|---|
| PdmObjectId | Identifier of the main document of the project or Empty if not defined. |
Remarks
This method is available since v7.11.