This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Determines whether given security zone is allowed.

Namespace: Smartsite.Validation.Sxml
Assembly:  Smartsite.Validation (in Smartsite.Validation.dll)

Syntax

C#Copy imageCopy Code
public bool IsSecurityZoneAllowed(
	string securityZone
)
Visual Basic (Declaration)Copy imageCopy Code
Public Function IsSecurityZoneAllowed ( _
	securityZone As  _
) As 

Parameters

securityZone
String
The security zone.

Return Value

true if [is security zone allowed] [the specified security zone]; otherwise, false.

See Also

Advanced