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 Code |
---|---|
public bool InheritsFrom( zone ) |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Function InheritsFrom ( _ zone As _ ) As |
Parameters
- zone
- SXMLSecurityZone
The zone.
Return Value
True if inheritedSee Also
SXMLSecurityZone Class
Smartsite.Security Namespace