Method GetPropertyIntegerValue
GetPropertyIntegerValue(DocumentId, string)
Gets the value of a document integer property.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 8, 300, 60)]
int GetPropertyIntegerValue(DocumentId inDocumentId, string inFullName)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document to analyze. |
| string | inFullName | Full name of the document integer property to analyze. |
Returns
| Type | Description |
|---|---|
| int | Value of the property. |
Remarks
This method is available since v7.8.300.60.