Click or drag to resize
MultiLevelEventDialogAddChildEvent Method
Add an event to the multi-level event as a child to a specified event already added to the multi-level event.

Namespace: Blackbaud.UAT.Core.Crm.Dialogs
Assembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntax
public static void AddChildEvent(
	string eventName,
	string parentEventName
)

Parameters

eventName
Type: SystemString
The name of the event to add.
parentEventName
Type: SystemString
The name of the parent event.
See Also