 | EventsFunctionalAreaEventManagementTemplates Method |
Navigate to the 'Event Management Templates' panel.
Namespace: Blackbaud.UAT.Core.CrmAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntaxpublic static void EventManagementTemplates(
string groupCaption = "Fundraising events",
string taskCaption = "Event management templates"
)
Public Shared Sub EventManagementTemplates (
Optional groupCaption As String = "Fundraising events",
Optional taskCaption As String = "Event management templates"
)
public:
static void EventManagementTemplates(
String^ groupCaption = L"Fundraising events",
String^ taskCaption = L"Event management templates"
)
Parameters
- groupCaption (Optional)
- Type: SystemString
The group header caption of the task. Defaults to "Fundraising events". - taskCaption (Optional)
- Type: SystemString
The link caption of the task. Defaults to "Event management templates".
See Also