 | FundraisingFunctionalAreaDesignationExists Method |
Check if a designation exists and navigate to it if so.
Namespace: Blackbaud.UAT.Core.CrmAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntaxpublic static bool DesignationExists(
string designation,
string groupCaption = "Fundraising",
string taskCaption = "Designation search",
string dialogId = "DesignationSearch",
string fieldId = "COMBINEDSEARCH"
)
Public Shared Function DesignationExists (
designation As String,
Optional groupCaption As String = "Fundraising",
Optional taskCaption As String = "Designation search",
Optional dialogId As String = "DesignationSearch",
Optional fieldId As String = "COMBINEDSEARCH"
) As Boolean
public:
static bool DesignationExists(
String^ designation,
String^ groupCaption = L"Fundraising",
String^ taskCaption = L"Designation search",
String^ dialogId = L"DesignationSearch",
String^ fieldId = L"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:
BooleanTrue if the designation exists, false otherwise.
See Also