TestimoX

API Reference

Class

GroupMembershipTreeOptions

Namespace ADPlayground.Groups
Assembly ADPlayground
Modifiers sealed

Options for projecting group membership relationships into a tree model.

Inheritance

  • Object
  • GroupMembershipTreeOptions

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

Properties

public Nullable<Int32> MaxDepth { get; set; } #

Gets or sets the maximum display depth. A null value means no display-only cap.

public Boolean GroupsOnly { get; set; } #

Gets or sets a value indicating whether only group objects should be included.

public Boolean ShowProcessed { get; set; } #

Gets or sets a value indicating whether already processed repeated groups should be shown as leaf markers. This setting only applies when ShowAll is false.

public Boolean ShowAll { get; set; } #

Gets or sets a value indicating whether repeated groups should be expanded again when they are not circular. When enabled, repeated groups are re-expanded and ShowProcessed no longer changes the output.