Method GetProperties
GetProperties(DocumentId)
Gets the full names of the properties of a document.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 8, 300, 60)]
List<string> GetProperties(DocumentId inDocumentId)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document to analyze. |
Returns
| Type | Description |
|---|---|
| List<string> | Full names of the document properties. |
Remarks
This method is available since v7.8.300.60.