Click or drag to resize
MultiLevelEventDialogAddExistingEvent Method
Add an event to the multi-level event. If an event if currently selected in the hierachy, then the new event will be added a child to the selected 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 AddExistingEvent(
	string eventName
)

Parameters

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