This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Used to specify the default property when used in Macros.
The Inner Xml of the macro can be used as the value of the default property, making the Xml syntax easier and more intuitive.
Note that other properties will have to written be attributes when using this syntax.

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

Syntax

C#Copy imageCopy Code
[(.Class)]
public class MacroDefaultPropertyAttribute : 
Visual Basic (Declaration)Copy imageCopy Code
<(.Class)> _
Public Class MacroDefaultPropertyAttribute _
	Inherits 

Inheritance Hierarchy

System..::..Object
  System..::..Attribute
    Smartsite.Core..::..MacroDefaultPropertyAttribute

See Also

Advanced