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