Method NeedsRefreshing
NeedsRefreshing(DocumentId)
Tells whether a document needs refreshing.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 6, 0, 0)]
bool NeedsRefreshing(DocumentId inDocumentId)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document to analyze. |
Returns
| Type | Description |
|---|---|
| bool | The document needs refreshing. |
Remarks
This method is available since v7.6.