Method GetViewCount
GetViewCount(DocumentId)
Gets the number of graphic views of a document.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 7, 0, 0)]
int GetViewCount(DocumentId inDocumentId)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document to analyze. |
Returns
| Type | Description |
|---|---|
| int | Number of graphic views of the document. |
Remarks
This method is available since v7.7.