Method GetTemplates
GetTemplates(out PdmObjectId, out PdmObjectId, out PdmObjectId, out PdmObjectId)
Gets all the templates.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 6, 0, 0)]
void GetTemplates(out PdmObjectId outUserDocumentTemplatesProjectId, out PdmObjectId outCompanyDocumentTemplatesProjectId, out PdmObjectId outUserProjectTemplatesProjectId, out PdmObjectId outCompanyProjectTemplatesProjectId)
Parameters
| Type | Name | Description |
|---|---|---|
| PdmObjectId | outUserDocumentTemplatesProjectId | PDM object identifier of user document templates project. |
| PdmObjectId | outCompanyDocumentTemplatesProjectId | PDM object identifier of company document templates project. |
| PdmObjectId | outUserProjectTemplatesProjectId | PDM object identifier of user project templates project. |
| PdmObjectId | outCompanyProjectTemplatesProjectId | PDM object identifier of company project templates project. |
Remarks
This method is available since v7.6.