SystemOptionsServicesRemoveGroupProfileForToolbar Method Ingeniux CMS Web Services API

Removes the User Group override on Toolbar buttons listing setting

Namespace: IngeniuxCMService
Assembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 9.0.565.0 (9.0.565)
Syntax

public XHRServiceResponseGeneric<GroupProfileRemovalResult> RemoveGroupProfileForToolbar(
	GroupProfileRemovalParam data
)

Parameters

data
Type: GroupProfileRemovalParam

Object containing User Group Id for remove the profile for

Examples

Sample JSON input
JavaScript
{
    "data": {
        "groupId": "UserGroups/1"
    }
}

Return Value

Type: XHRServiceResponseGenericGroupProfileRemovalResult

Object containing the User Group Id to remove the profile for and whether the removal was successful

Examples

Sample JSON return
JavaScript
{
    "code": 0,
    "error": null,
    "message": {
        "settingName": null,
        "groupId": "UserGroups\/1",
        "removed": true
    }
}
Remarks

If override profile doesn't exist for the given User Group, returns false

See Also

Reference