Click or drag to resize
MultiEventPanelIsHierarchy Method
Check if the multi-event has the provided event hierarchy.

Namespace: Blackbaud.UAT.Core.Crm.Panels
Assembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntax
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: Boolean
True if the multi-event has the provided hierarchy, false otherwise.
See Also