Users.saveContributeUIPrefs (Method)
Saves a user's contribute UI preferences. These preferences define how icons are displayed on a page.
Returns:
Void
Arguments:
Name | Type | Required | Description |
---|---|---|---|
isContainerViewMode | Boolean | Required | Boolean flag which when set to true indicates that CommonSpot shows container icons by default. |
isElementViewMode | Boolean | Required | Boolean flag which when set to true indicates that element icons are displayed by default. |
isShowNewLinksMode | Boolean | Required | Boolean flag which when set to true flag indicates that CommonSpot shows new links by default. |
Context:
License Requirements | None |
Permission Requirements | Contributor |
Deny Context | None |
Require Context | AuthoringEnabled |
Author Lock | (not required) |
Transaction Logging | If transaction logging is enabled at the customer level, calls to this method will be logged |
Customization | Customization is not supported for this method. |
Error Codes:
None
Notes:
None