Method GetAnalyzerDocumentCountAll
GetAnalyzerDocumentCountAll(String)
Get document count to analyze
Declaration
int GetAnalyzerDocumentCountAll(string connectionId)
Parameters
Type | Name | Description |
---|---|---|
System.String | connectionId | The connection id to identify your connection. See also ConnectionId |
Returns
Type | Description |
---|---|
System.Int32 | Document count |
Examples
POST http://YourServerName/InfoShare/Json/Server/GetAnalyzerDocumentCountAll
Example for get document count to analyze.{
"connectionId": "e3b3b164-9b0b-4d00-9981-83fe4835df1a"
}
Response:
{
"GetAnalyzerDocumentCountAllResult": 18
}
Exceptions
Type | Condition |
---|---|
ServiceException | The connection id {connectionId} isn't valid or has expired (10008) |
ServiceException | Verification code is needed: Verification code not yet verified (10152) |