This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Types that a preset setting can assume.

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

Syntax

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

Members

Member nameDescription
Value
Value for the given smartlet parameter. Cannot be overridden.
DefaultValue
Default value for the given smartlet parameter. Can be overridden.
Filter
Filter for the input field in the Smartlet Editor. Input must implement handling for the filter value.
Internal
Value for use by the smartlet editor or the smartlet module.

See Also

Smartsite.Scf Namespace
Advanced