HierarchyLevelSortingInsertTopOverride Method (Int32, String)

Inserts the rule top override at the specified index.

Namespace:  Dundas.BI.Data.Metadata
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public void InsertTopOverride(
	int index,
	string memberUniqueName
)

Parameters

index
Type: SystemInt32
The index.
memberUniqueName
Type: SystemString
The hierarchy member unique name.
Exceptions
ExceptionCondition
ArgumentExceptionmemberUniqueName is or Empty or memberUniqueName is a duplicate or index is invalid.
See Also