 | MultiEventPanelIsHierarchy Method |
Check if the multi-event has the provided event hierarchy.
Namespace: Blackbaud.UAT.Core.Crm.PanelsAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntaxpublic static bool IsHierarchy(
Table hierarchy
)
Public Shared Function IsHierarchy (
hierarchy As Table
) As Boolean
public:
static bool IsHierarchy(
Table^ hierarchy
)
Parameters
- hierarchy
- Type: Table
The hierarchy to validate. A column 'event' should exist for the event
name with a column 'parent' mapping the expected parent of the event. If no value is provided in the 'parent' column,
it is assumed that this is the root event.
Return Value
Type:
BooleanTrue if the multi-event has the provided hierarchy, false otherwise.
See Also