UserHierarchyRemoveLevel Method

Removes the specified hierarchy level.

Namespace:  Dundas.BI.Entities.UserHierarchies
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
public void RemoveLevel(
	string uniqueName
)

Parameters

uniqueName
Type: SystemString
Unique name of the level.
Exceptions
ExceptionCondition
ArgumentExceptionThe was or empty.
NotFoundExceptionThe level with the specified unique name was not found.
See Also