Click or drag to resize
FundraisingFunctionalAreaDesignationExists Method
Check if a designation exists and navigate to it if so.

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 bool DesignationExists(
	string designation,
	string groupCaption = "Fundraising",
	string taskCaption = "Designation search",
	string dialogId = "DesignationSearch",
	string fieldId = "COMBINEDSEARCH"
)

Parameters

designation
Type: SystemString
The name of the designation.
groupCaption (Optional)
Type: SystemString
The group header caption of the task. Defaults to "Fundraising".
taskCaption (Optional)
Type: SystemString
The link caption of the task. Defaults to "Designation search"
dialogId (Optional)
Type: SystemString
The unique id of the search dialog. i.e. 'UniversityofOxfordConstituentSearch' Defaults to "DesignationSearch".
fieldId (Optional)
Type: SystemString
The unique id of the search dialog field. i.e. 'LOOKUPID' Defaults to "COMBINEDSEARCH".

Return Value

Type: Boolean
True if the designation exists, false otherwise.
See Also