This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
The SmartletPreset macro can be used inside the Smartlet Preset contenttype to create presets for smartlets.

Namespace: Smartsite.Scf
Assembly:  Smartsite.Scf (in Smartsite.Scf.dll)

Syntax

C#Copy imageCopy Code
[(typeof(), "Settings")]
[("SmartletPreset")]
public class SmartletPreset : , 
	
Visual Basic (Declaration)Copy imageCopy Code
<(GetType(), "Settings")> _
<("SmartletPreset")> _
Public Class SmartletPreset _
	Inherits  _
	Implements 

Inheritance Hierarchy

System..::..Object
  Smartsite.Core..::..BaseModule
    Smartsite.Core..::..Module
      Smartsite.Scf..::..SmartletPreset

See Also

Smartsite.Scf Namespace
Advanced