Click or drag to resize
MultiLevelEventDialogCopyFrom Method
Select a parent event to add a new child event to. The child event will be copied from an existing 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 CopyFrom(
	string copyFromEventName,
	string parentEventName,
	string newEventName
)

Parameters

copyFromEventName
Type: SystemString
The name of the event to copy.
parentEventName
Type: SystemString
The name of the parent event to add the new event as a child to.
newEventName
Type: SystemString
The name to set for the new event.
See Also