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