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 (25.3.0.1000)
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
See Also