DashboardSectionSecurity.save (Method)

Saves dashboard section security permissions for a user or group.

Returns:

Void

Arguments:

Name Type Required Description
sectionID DashboardSectionID Required The ID of the section within the MyCommonSpot dashboard.
userGroupID UserGroupID Required A user or group's ID.
permissionList DashboardSectionPermissionList_EmptyString Required A comma-delimited list of one or more dashboard section security permissions (the sole value is 'Read') or an empty string.

Context:

License Requirements (none)
Permission Requirements site:SiteAdmin
Deny Context (none)
Require Context AuthoringEnabled
Author Lock (not required)
Transaction Logging If transaction logging is enabled at the site level, calls to this method will be logged
Customization Customization is not supported for this method.

Error Codes:

None

Notes:

None