Click or drag to resize
AdHocQueryPanelIsPanelHeader Method
Check if the Ad-Hoc Query Panel has the provided name in the header.

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 IsPanelHeader(
	string queryName
)

Parameters

queryName
Type: SystemString
The value to check for in the header.

Return Value

Type: Boolean
True if the header contains the value, false otherwise.
See Also