TimeDimensionFindHierarchy Method

Find the requested time hierarchy by its unique name.

Namespace:  Dundas.BI.Entities.TimeDimensions
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public ITimeHierarchy FindHierarchy(
	string uniqueName
)

Parameters

uniqueName
Type: SystemString
The unique name of the hierarchy.

Return Value

Type: ITimeHierarchy
The hierarchy element.
Exceptions
ExceptionCondition
ArgumentExceptionThe uniqueName was or empty.
NotFoundExceptionThe hierarchy with the specified uniqueName cannot be found.
See Also