Click or drag to resize
EventsFunctionalAreaEventSearch Method
Search for an event and select the first matching record.

Namespace: Blackbaud.UAT.Core.Crm
Assembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntax
public static void EventSearch(
	string fieldValue,
	string groupCaption = "Fundraising events",
	string taskCaption = "Event search",
	string dialogId = "EventSearch",
	string fieldId = "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