Click or drag to resize
ConstituentPanelIsConstituentPanelHeader Method
Check if the Constituent panel header has the expected text.

Namespace: Blackbaud.UAT.Core.Crm.Panels
Assembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntax
public static bool IsConstituentPanelHeader(
	string expectedText
)

Parameters

expectedText
Type: SystemString
The expected text of the header to check for.

Return Value

Type: Boolean
True if the header has the expected text, false otherwise.
See Also