Users.getStdPropertiesSEOPanelPrefs (Method)
Returns a structure containing user's preferences for standard properties dialog SEO panel for current or default user.
Returns:
Users_GetStdPropertiesSEOPanelPrefs_Result (struct)
Each row of the returned query results has the following fields:
Field Name | Type | Description |
---|---|---|
State | StateOpenClosed | The display state of SEO panel; 'Open' or 'Closed'. |
Arguments:
Name | Type | Required | Description |
---|---|---|---|
forDefaultUser | Boolean | Optional. Defaults to '0'. | Boolean flag which when set to true tells CommonSpot to return the default settings for users who have not established standard properties SEO panel preferences. If this is false, CommonSpot returns the current user's settings. |
Context:
License Requirements | SEO |
Permission Requirements | Contributor |
Deny Context | (none) |
Require Context | AuthoringEnabled |
Author Lock | (not required) |
Transaction Logging | Transaction logging is disabled for this method |
Customization | Customization is not supported for this method. |
Error Codes:
None
Notes:
None