Enum HierarchyLevelHideMemberIf
C#
public enum HierarchyLevelHideMemberIf
Fields
Never | Specifies that hierarchy level members should never be hidden in query results. |
NoName | Specifies that hierarchy level members that have no name should be hidden in query results. |
OnlyChildWithNoName | Specifies that hierarchy level members that are the only child of their parent and have no name should be hidden in query results. |
OnlyChildWithParentName | Specifies that hierarchy level members that are the only child of their parent and have the same name as their parent should be hidden in query results. |
ParentName | Specifies that hierarchy level members that have the same name as their parent should be hidden in query results. |