This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Describes the source of a Module property value

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

Syntax

C#Copy imageCopy Code
public enum ModulePropertySource
Visual Basic (Declaration)Copy imageCopy Code
Public Enumeration ModulePropertySource

Members

Member nameDescription
SXMLAttribute
Defined in an SXML attribute.
SXMLNode
Defined using an SXML node.
SXMLParameter
Via parameter node.
SXMLInner
Inner section of a macro (default property)
Preset
Defined in a preset in the configuration.

See Also

Smartsite.Core Namespace
Advanced