UserHierarchy Methods

The UserHierarchy type exposes the following members.

Methods
  NameDescription
Public methodGetLevel
Gets the level by its unique name.
Public methodGetMember(String)
Gets the member by the member unique name.
Public methodGetMember(MemberValue)
Gets the member by the member value.
Public methodIsCompatibleWith
Checks if the current instance is compatible with the specified hierarchy.
Public methodMemberQuery(MemberRetrievalOptions, IHierarchyMember, NullableInt32)
Enumerates hierarchy members. This is a flat list of members potentially on different hierarchy levels.
Public methodMemberQuery(MemberRetrievalOptions, ICollectionMemberValue, NullableInt32, MemberValue)
Enumerates hierarchy members. This is a flat list of members potentially on different hierarchy levels.
Public methodRemoveLevel
Removes the specified hierarchy level.
Public methodToString
Returns a string that represents the current object.
(Inherited from FileSystemEntry.)
Top
See Also