Open this page in the API Guide

TimeAttributeHierarchy.GetLevel Method

Gets the level by its unique name.

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

Parameters

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

Return Value

Type: IHierarchyLevel
The hierarchy level.

Implements

IHierarchy.GetLevel(String)
Exceptions
ExceptionCondition
ArgumentExceptionThe was null or empty.
NotFoundExceptionThe level with the specified unique name was not found.
See Also