Method GetAnalyzerFaildDocumentCount
GetAnalyzerFaildDocumentCount(String)
Get failed document count to analyze
Declaration
int GetAnalyzerFaildDocumentCount(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/GetAnalyzerFaildDocumentCount
Example for get failed document count to analyze.{
"connectionId": "e3b3b164-9b0b-4d00-9981-83fe4835df1a"
}
Response:
{
"GetAnalyzerFaildDocumentCountResult": 5
}
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) |