|  | BBCRMHomePageOpenFunctionalArea Method (String, String) | 
            Open a Functional Area by caption and wait for its header image to load.
            
 
Namespace: Blackbaud.UAT.Core.CrmAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
 Syntax
Syntaxpublic static void OpenFunctionalArea(
	string caption,
	string imageName
)
Public Shared Sub OpenFunctionalArea ( 
	caption As String,
	imageName As String
)
public:
static void OpenFunctionalArea(
	String^ caption, 
	String^ imageName
)
Parameters
- caption
- Type: SystemString
 The caption(name) of the Functional Area to open.
- imageName
- Type: SystemString
 All or part of the image name that the desired functional area displays in the header.
 See Also
See Also