Open this page in the API Guide

IUserHierarchyService.GetValidityWarnings Method

Gets a list of the warnings that might prevent the hierarchy from displaying correct data.

Namespace:  Dundas.BI.Entities.UserHierarchies
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
IEnumerable<DataWarning> GetValidityWarnings(
	UserHierarchy hierarchy
)

Parameters

hierarchy
Type: Dundas.BI.Entities.UserHierarchies.UserHierarchy

Return Value

Type: IEnumerable<DataWarning>
A list of warnings the user may choose to address in the hierarchy design.
See Also