IUserHierarchyServiceRemoveLevel Method |
Removes the specified level.
Namespace:
Dundas.BI.Entities.UserHierarchies
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (8.0.2.1001)
Syntaxvoid RemoveLevel(
UserHierarchy hierarchy,
string levelUniqueName
)
Sub RemoveLevel (
hierarchy As UserHierarchy,
levelUniqueName As String
)
void RemoveLevel(
UserHierarchy^ hierarchy,
String^ levelUniqueName
)
abstract RemoveLevel :
hierarchy : UserHierarchy *
levelUniqueName : string -> unit
Parameters
- hierarchy
- Type: Dundas.BI.Entities.UserHierarchiesUserHierarchy
The hierarchy. - levelUniqueName
- Type: SystemString
The unique name of the level.
Exceptions| Exception | Condition |
|---|
| InvalidOperationException | The entity has never been saved before. -or- The entity is not checked out to the caller. |
| InvalidSessionException | The caller context is not associated with a valid session. |
| ArgumentNullException | hierarchy is . |
| ArgumentException | The was or empty. |
| NotFoundException | The level with the specified unique name was not found. |
See Also