Method UpdateSearchSettings
UpdateSearchSettings(String, SearchSettingsContract)
Update search settings
Declaration
void UpdateSearchSettings(string connectionId, SearchSettingsContract searchSettings)
Parameters
Type | Name | Description |
---|---|---|
System.String | connectionId | The connection id to identify your connection. See also ConnectionId |
SearchSettingsContract | searchSettings | SearchSettings to update |
Examples
POST http://YourServerName/InfoShare/Json/Common/UpdateSearchSettings
Example for update search settings.{
"connectionId": "eb5718e6-8fd6-460b-9da3-4fb0434e81a8",
"searchSettings": {
"CopySearchCriterionValues": true }
}
Response:
{ }
Exceptions
Type | Condition |
---|---|
ServiceException | The connection id {connectionId} isn't valid or has expired (10008) |
ServiceException | The administrative context {administrativeContext} is already checked out by user {displayLoginName} (10129) |
ServiceException | Verification code is needed: Verification code not yet verified (10152) |