groupHasContentPermission

Description

Checks if a group has the specified content permission.

Parameters

Return Type

Boolean (true/false)

Example

Checks if members of the "confluence-users" group are allowed to edit a page with a 11508 ID.

groupHasContentPermission("Edit", 11508, "confluence-users");

See also