API Reference
GroupMembershipTreeNode
Neutral tree node used by presentation layers to render group membership graphs.
Inheritance
- Object
- GroupMembershipTreeNode
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
Accepted by parameters
Constructors
public GroupMembershipTreeNode() #Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public String Name { get; set; } #Gets or sets the display name.
public String SamAccountName { get; set; } #Gets or sets the sAMAccountName.
public String DomainName { get; set; } #Gets or sets the domain name.
public String DistinguishedName { get; set; } #Gets or sets the distinguished name.
public String Sid { get; set; } #Gets or sets the security identifier.
public DirectoryObjectType ObjectType { get; set; } #Gets or sets the directory object type.
public Int32 Depth { get; set; } #Gets or sets the depth in the projected tree.
public Boolean CircularDirect { get; set; } #Gets or sets a value indicating whether the node is a direct circular reference.
public Boolean CircularIndirect { get; set; } #Gets or sets a value indicating whether the node is an indirect circular reference.
public Boolean Circular { get; } #Gets a value indicating whether the node has any circular marker.
public Boolean Processed { get; set; } #Gets or sets a value indicating whether the node was already expanded earlier in the tree.
public Boolean Truncated { get; set; } #Gets or sets a value indicating whether children were omitted due to display depth.
public Boolean CrossDomain { get; set; } #Gets or sets a value indicating whether the object is in another domain than its parent/root traversal.
public Boolean CrossForest { get; set; } #Gets or sets a value indicating whether the object is in another forest than the root traversal.
public Boolean Enabled { get; set; } #Gets or sets a value indicating whether the object is enabled when that state is known.
public IReadOnlyList<GroupMembershipTreeNode> Children { get; set; } #Gets child tree nodes.