API Reference
Class
GroupMembershipTreeOptions
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
public GroupMembershipTreeOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.