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 (8.0.2.1001)
Syntaxpublic void RemoveLevel(
string uniqueName
)
Public Sub RemoveLevel (
uniqueName As String
)
public:
void RemoveLevel(
String^ uniqueName
)
member RemoveLevel :
uniqueName : string -> unit
Parameters
- uniqueName
- Type: SystemString
Unique name of the level.
Exceptions| Exception | Condition |
|---|
| ArgumentException | The was or empty. |
| NotFoundException | The level with the specified unique name was not found. |
See Also