Method GetType
GetType(PdmObjectId, out string)
Gets the type of an object.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 11, 300, 80)]
PdmObjectType GetType(PdmObjectId inObjectId, out string outExtension)
Parameters
| Type | Name | Description |
|---|---|---|
| PdmObjectId | inObjectId | Object identifier. |
| string | outExtension | Document file extension, or null if not a document. |
Returns
| Type | Description |
|---|---|
| PdmObjectType | Object type. |
Remarks
This method is available since v7.10.