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