|  | EventPanelCopyRegistrationOptions Method | 
            Copy the registration options from another existing event.
            
 
Namespace: Blackbaud.UAT.Core.Crm.PanelsAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
 Syntax
Syntaxpublic static void CopyRegistrationOptions(
	string copyFromEventName
)
Public Shared Sub CopyRegistrationOptions ( 
	copyFromEventName As String
)
public:
static void CopyRegistrationOptions(
	String^ copyFromEventName
)
Parameters
- copyFromEventName
- Type: SystemString
 The name of the event to copy the registration options from.
 See Also
See Also