 | AdHocQueryPanelIsPanelHeader Method |
Check if the Ad-Hoc Query Panel has the provided name in the header.
Namespace: Blackbaud.UAT.Core.Crm.PanelsAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntaxpublic static bool IsPanelHeader(
string queryName
)
Public Shared Function IsPanelHeader (
queryName As String
) As Boolean
public:
static bool IsPanelHeader(
String^ queryName
)
Parameters
- queryName
- Type: SystemString
The value to check for in the header.
Return Value
Type:
BooleanTrue if the header contains the value, false otherwise.
See Also