|  | 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.DialogsAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
 Syntax
Syntaxpublic static void CopyFrom(
	string copyFromEventName,
	string parentEventName,
	string newEventName
)
Public Shared Sub CopyFrom ( 
	copyFromEventName As String,
	parentEventName As String,
	newEventName As String
)
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
See Also