IUserHierarchyServiceReplaceLevel Method |
Namespace: Dundas.BI.Entities.UserHierarchies
UserHierarchyLevel ReplaceLevel( UserHierarchy hierarchy, string levelUniqueName, Guid entityId )
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. |
NotSupportedException | The data structure with the specified ID cannot be used as a data source for the user hierarchy. |
NotFoundException | The level with the specified unique name was not found. -or- The data structure with the specified ID doesn't exist or cannot be discovered. |