Grooper Help - Version 25.0
25.0.0017 2,127
  • Overview
  • Help Status

NodeAttributes

Grooper

Defines attribute values which may be applied to Nodes in the Grooper tree structure.

Remarks

The Node Attributes enumeration defines special flags that control the behavior, editability, and organization of nodes in the Grooper repository tree. These attributes are used to restrict editing, enforce content rules, and designate system objects.

Usage

  • Attributes are set automatically by Grooper or can be configured for custom node types.
  • Multiple attributes can be combined using bitwise operations.
  • Attribute flags affect how nodes are displayed, edited, and managed in the UI and API.

Configuration Guidance

  • Use ReadOnly to prevent changes to node properties, ensuring configuration integrity.
  • Use FixedContents to lock the child list, preventing addition, removal, or reordering of children.
  • Use Sorted to automatically sort child nodes by name or index.
  • The System flag is reserved for internal objects and should not be set manually.
  • HasACL is deprecated and no longer used.

For more information, see the documentation for Node, Batch Folder, Batch Page, and related configuration objects.

A combination of the following flags:

NameValueDescription
None0No attributes are set.

Used By

Notification