Click or drag to resize
PanelWaitForPanelHeaderNotContain Method
Wait the default time for the panel header to not contain the provided value.

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 void WaitForPanelHeaderNotContain(
	string header
)

Parameters

header
Type: SystemString
The value to wait until not displayed in the header.
See Also