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 this zone inherits from the given zone.

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

Syntax

C#Copy imageCopy Code
public bool InheritsFrom(
	 zone
)
Visual Basic (Declaration)Copy imageCopy Code
Public Function InheritsFrom ( _
	zone As  _
) As 

Parameters

zone
SXMLSecurityZone
The zone.

Return Value

True if inherited

See Also

Advanced