PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Content source enumeration.

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

Syntax

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

Members

Member nameDescription
AllContent
All content, including deleted items. Source: database table Contents
Content
All content, except deleted items. Source: database view vwContent
Cms
Last edited version of content. Source: database view vwCms
FrontEnd
Source: database view vwFrontend
Active
All content that is actively published. Source: database view vwActive

See Also

Advanced