PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Returns true if the security zone with the key exists.

Namespace: Smartsite.Security
Assembly:  Smartsite.SXML (in Smartsite.SXML.dll)

Syntax

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

Parameters

key
String
The id of the security zone.

Return Value

See Also

Advanced