Method GetPropertyType
GetPropertyType(DocumentId, string)
Gets the type of a document property.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 8, 300, 60)]
PropertyType GetPropertyType(DocumentId inDocumentId, string inFullName)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document to analyze. |
| string | inFullName | Full name of the document property to analyze. |
Returns
| Type | Description |
|---|---|
| PropertyType | Type of the property, or None if the document does not have the property. |
Remarks
This method is available since v7.8.300.60.