ITimeDimensionServiceGetDefaultTimeHierarchy(Guid) Method

Gets the default time hierarchy for the specified project.

Namespace: Dundas.BI.Entities.TimeDimensions
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
ITimeHierarchy GetDefaultTimeHierarchy(
	Guid projectId
)

Parameters

projectId  Guid
The project ID.

Return Value

ITimeHierarchy
The default time hierarchy.
Exceptions
ExceptionCondition
ArgumentExceptionprojectId is Empty.
NotFoundExceptionThe project with the specified ID does not exist.
NoPrivilegeExceptionThe caller does not have permission to access the project.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also