Method GetProjectTemplates
GetProjectTemplates(PdmObjectId, out PdmObjectId, out PdmObjectId)
Gets the "Templates" and "Templates/Defaults" folders of a project.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 6, 0, 0)]
void GetProjectTemplates(PdmObjectId inProjectId, out PdmObjectId outTemplatesFolderId, out PdmObjectId outDefaultsFolderId)
Parameters
| Type | Name | Description |
|---|---|---|
| PdmObjectId | inProjectId | PDM object identifier of the project. |
| PdmObjectId | outTemplatesFolderId | PDM object identifier of the templates folder. |
| PdmObjectId | outDefaultsFolderId | PDM object identifier of the defaults folder. |
Remarks
This method is available since v7.6.