Interface RichPagesPermissions


public interface RichPagesPermissions
Since:
3.9.1
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Checks if the current user can comment on Rich Pages.
    Defines scope and checks common permissions for Rich Pages.
    boolean
    Checks the license if the current user can modify widgets in Rich Pages.
  • Method Details

    • modifyWidgets

      boolean modifyWidgets()
      Checks the license if the current user can modify widgets in Rich Pages.
    • inScope

      Defines scope and checks common permissions for Rich Pages.
      Since:
      3.10.1
    • comment

      boolean comment()
      Checks if the current user can comment on Rich Pages.
      Since:
      3.23.10