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

Parameters

uniqueName  String
The unique name of the level.

Return Value

IHierarchyLevel
The hierarchy level.

Implements

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