removeAllGroupRestrictionsFromContent
Syntax | removeAllGroupRestrictionsFromContent(pageId, groupName) | Package | |
Alias | Pkg Usage |
Description
Removes all group restrictions on the page for the selected group
Parameters
Parameter name | Type | Required | Description |
|---|---|---|---|
pageId | Number | Yes | The ID of the page on which will be deleted group restrictions. |
groupName | String | Yes | The name of a group which has restrictions on the page. |
Return Type
Boolean (true/false)
Example
removeAllGroupRestrictionsFromContent(11508, "confluence-users");