Method GetTypeGuid
GetTypeGuid(DocumentId)
Gets the GUID of the type of a document.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 6, 0, 0)]
Guid GetTypeGuid(DocumentId inDocumentId)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document to analyze. |
Returns
| Type | Description |
|---|---|
| Guid | GUID of the type of the document. |
Remarks
This method is available since v7.6.