HierarchyUsageSortingResetLevelSorting Method

Resets the level rule to its default.

Namespace:  Dundas.BI.Entities.MetricSets
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
public void ResetLevelSorting(
	IHierarchyLevel level
)

Parameters

level
Type: Dundas.BI.Data.MetadataIHierarchyLevel
The hierarchy level.
Exceptions
ExceptionCondition
ArgumentNullExceptionlevel is .
ArgumentExceptionThe level hierarchy level does not belong to the current hierarchy.
See Also