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 (26.2.0.1000)
Syntax
public ITimeHierarchy FindHierarchy(
	string uniqueName
)

Parameters

uniqueName  String
The unique name of the hierarchy.

Return Value

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