Method ResetAllFolderColumnConfigurations
ResetAllFolderColumnConfigurations(String)
Reset all folder column configurations for all users
Declaration
void ResetAllFolderColumnConfigurations(string connectionId)
Parameters
Type | Name | Description |
---|---|---|
System.String | connectionId | The connection id to identify your connection. See also ConnectionId |
Examples
POST http://YourServerName/InfoShare/Json/Folder/ResetAllFolderColumnConfigurations
Example reset a folder column configuration to master configuration for all users.{
"connectionId": "23a97160-3a3d-4acf-bb93-8040848440f4"
}
Response:
{ }
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) |