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 default notation for macro properties.
This is used for the default Xml representation of the macro.

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

Syntax

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

Members

Member nameDescription
None
Not set.
Attribute
Use attribute notation.
Parameter
Use parameter notation
InnerXml
Use Inner Xml (default properties)

See Also

Smartsite.Core Namespace
Advanced