|  | EventsFunctionalAreaEventSearch Method | 
            Search for an event and select the first matching record.
            
 
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 EventSearch(
	string fieldValue,
	string groupCaption = "Fundraising events",
	string taskCaption = "Event search",
	string dialogId = "EventSearch",
	string fieldId = "NAME"
)
Public Shared Sub EventSearch ( 
	fieldValue As String,
	Optional groupCaption As String = "Fundraising events",
	Optional taskCaption As String = "Event search",
	Optional dialogId As String = "EventSearch",
	Optional fieldId As String = "NAME"
)
public:
static void EventSearch(
	String^ fieldValue, 
	String^ groupCaption = L"Fundraising events", 
	String^ taskCaption = L"Event search", 
	String^ dialogId = L"EventSearch", 
	String^ fieldId = L"NAME"
)
Parameters
- fieldValue
- Type: SystemString
 The desired value of the search criteria field.
- 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 search".
- dialogId (Optional)
- Type: SystemString
 The unique id of the search dialog.  i.e. 'UniversityofOxfordConstituentSearch'  
            Defaults to "EventSearch".
- fieldId (Optional)
- Type: SystemString
 The unique id of the search dialog field.  i.e. 'LOOKUPID'  Defaults to "NAME".
 See Also
See Also