Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info
titleAvailability

This feature is available starting with v1.1.3 of the Power Scripts™ for Confluence.

...

Returns true if the content permission have permission has been removed from the page for the group or this page has no restrictions for the group.

Example

Example 1


Code Block
removeAllGroupRestrictionsFromContent(11508, "confluence-users");

...