TestimoX

API Reference

Class

GroupMembershipTreeSummary

Namespace ADPlayground.Groups
Assembly ADPlayground
Modifiers sealed

Summarizes a projected group membership tree.

Inheritance

  • Object
  • GroupMembershipTreeSummary

Usage

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

Returned or exposed by

Constructors

public GroupMembershipTreeSummary() #

Properties

public Int32 TotalNodes { get; set; } #

Gets or sets the number of rendered tree nodes, including repeated objects.

public Int32 UniqueObjects { get; set; } #

Gets or sets the number of unique directory objects represented in the tree.

public Int32 Groups { get; set; } #

Gets or sets the number of group nodes.

public Int32 Users { get; set; } #

Gets or sets the number of user nodes.

public Int32 Computers { get; set; } #

Gets or sets the number of computer nodes.

public Int32 Other { get; set; } #

Gets or sets the number of nodes with another object type.

public Int32 Circular { get; set; } #

Gets or sets the number of nodes with circular membership markers.

public Int32 Processed { get; set; } #

Gets or sets the number of repeated groups that were already expanded earlier in the tree.

public Int32 Truncated { get; set; } #

Gets or sets the number of nodes whose children were omitted due to display depth.

public Int32 CrossDomain { get; set; } #

Gets or sets the number of nodes from another domain.

public Int32 CrossForest { get; set; } #

Gets or sets the number of nodes from another forest.

public Int32 MaxDepth { get; set; } #

Gets or sets the maximum rendered depth.