Method ResetRemoteFolderColumnConfiguration
ResetRemoteFolderColumnConfiguration(String, String)
Reset a remote folder column configuration to master configuration
Declaration
void ResetRemoteFolderColumnConfiguration(string connectionId, string remoteFolderPath)
Parameters
Type | Name | Description |
---|---|---|
System.String | connectionId | The connection id to identify your connection. See also ConnectionId |
System.String | remoteFolderPath | Remote folder path to reset configuration. See also Path |
Examples
POST http://YourServerName/InfoShare/Json/RemoteFolder/ResetRemoteFolderColumnConfiguration
Example for reset a remote folder column configuration to master configuration.{
"connectionId": "e3b3b164-9b0b-4d00-9981-83fe4835df1a",
"remoteFolderPath": "1eb9edb4-2ce0-e911-a94a-00155d290a08\\db8835d5-30e0-e911-a94a-00155d290a08"
}
Response:
{ }
Exceptions
Type | Condition |
---|---|
ServiceException | The connection id {connectionId} isn't valid or has expired (10008) |
ServiceException | Root folder not found (10023) |
ServiceException | Folder not found {remoteFolderPath} (10025) |
ServiceException | Verification code is needed: Verification code not yet verified (10152) |