UserHierarchyGetLevel 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 (26.2.0.1000)
Syntax
public UserHierarchyLevel GetLevel(
	string uniqueName
)

Parameters

uniqueName  String
The unique name of the level.

Return Value

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