IHierarchyGetLevel Method

Gets the level by its unique name.

Namespace:  Dundas.BI.Data.Metadata
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
IHierarchyLevel GetLevel(
	string uniqueName
)

Parameters

uniqueName
Type: SystemString
The unique name of the level.

Return Value

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