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

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

Syntax

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

Members

Member nameDescription
Unknown
Unknown.
InternalDefault
Default defined by user.
Querystring
Passed using UrlCommands.
Form
Passed using a form posting.
Client
Passed using Json over XmlHttprequest.
UserProfile
State in user profile.
Server
Passed as translation argument or using the smartlet.set viper.
Preset
Defined in a preset as either a set value or a default value.

See Also

Smartsite.Scf Namespace
Advanced