|  | LocationsPanelLocationExists Method (String) | 
            Checks if a location exists.
            
 
Namespace: Blackbaud.UAT.Core.Crm.PanelsAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
 Syntax
Syntaxpublic static bool LocationExists(
	string locationName
)
Public Shared Function LocationExists ( 
	locationName As String
) As Boolean
public:
static bool LocationExists(
	String^ locationName
)
Parameters
- locationName
- Type: SystemString
 The name of the location.
Return Value
Type: 
BooleanTrue if the location exists, false otherwise.
 See Also
See Also