Method RemoveThumbnails
RemoveThumbnails(String, String, Int32, Int32)
Remove Thumbnails of a document You need edit admin store rights for this (01002001-38a7-11d8-a902-0050bf427e8f). See also GetUserAdminAccessRights(String, String)
Declaration
void RemoveThumbnails(string connectionId, string documentId, int pageFrom, int pageTo)
Parameters
Type | Name | Description |
---|---|---|
System.String | connectionId | The connection id to identify your connection. See also ConnectionId |
System.String | documentId | The document id. See also Id |
System.Int32 | pageFrom | Optional: Starting page number. Default: |
System.Int32 | pageTo | Optional: Ending page number. Default: |
Examples
POST http://YourServerName/InfoShare/Json/Document/RemoveThumbnails
Example for removing thumbnails of a document.{
"connectionId": "1fbe116a-20a9-4378-b198-6cf3283f0238",
"documentId": "d2c01001-18d0-e911-a93a-00155d290a08",
"pageFrom": 2,
"pageTo": 4
}
Response:
{ }
Exceptions
Type | Condition |
---|---|
ServiceException | The connection id {connectionId} isn't valid or has expired (10008) |
ServiceException | Not allowed (10014) |
ServiceException | Verification code is needed: Verification code not yet verified (10152) |