|  | EventsFunctionalAreaLocations Method | 
            Navigate to the 'Locations' panel.
            
 
Namespace: Blackbaud.UAT.Core.CrmAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
 Syntax
Syntaxpublic static void Locations(
	string groupCaption = "Fundraising events",
	string taskCaption = "Locations"
)
Public Shared Sub Locations ( 
	Optional groupCaption As String = "Fundraising events",
	Optional taskCaption As String = "Locations"
)
public:
static void Locations(
	String^ groupCaption = L"Fundraising events", 
	String^ taskCaption = L"Locations"
)
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 "Locations".
 See Also
See Also