Open this page in the API Guide

UserHierarchy.GetLevel Method

Gets the level by its unique name.

Namespace:  Dundas.BI.Entities.UserHierarchies
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public UserHierarchyLevel GetLevel(
	string uniqueName
)

Parameters

uniqueName
Type: System.String
The unique name of the level.

Return Value

Type: UserHierarchyLevel
The hierarchy level.
Exceptions
ExceptionCondition
ArgumentExceptionThe was null or empty.
NotFoundExceptionThe level with the specified unique name was not found.
See Also