This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
The personalization profile property source.

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

Syntax

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

Members

Member nameDescription
Active
The active (currently loaded) profile.
Anonymous
The anonymous profile property.
Authenticated
The authenticated profile property.
Latest
The latest written property.
SystemProfile
The System Profile (used for DynamicStorage global storage)

See Also

Smartsite.Core Namespace
Advanced