This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
SXML Security Zone.
Represents a zone in which SXML instructions may or may not be executed.
Zones are defined and populated with instruction types in the Smartsite configuration.
ContentType Fields can be attached to a zone by setting the 'SecurityZone' CTFP.

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

Syntax

C#Copy imageCopy Code
[]
public class SXMLSecurityZone
Visual Basic (Declaration)Copy imageCopy Code
<> _
Public Class SXMLSecurityZone

Inheritance Hierarchy

System..::..Object
  Smartsite.Security..::..SXMLSecurityZone

See Also

Advanced