ITimeDimensionServiceGetDefaultTimeHierarchy Method (Guid)

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 (24.3.0.1000)
Syntax
ITimeHierarchy GetDefaultTimeHierarchy(
	Guid projectId
)

Parameters

projectId
Type: SystemGuid
The project ID.

Return Value

Type: 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