This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Enumeration describing the possible sources for a ContentType

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

Syntax

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

Members

Member nameDescription
Undefined
Not set.
Contents
Loads the ContentType from the Contents table
vwContent
Loads the ContentType from the vwContent view
vwCms
Loads the ContentType from the vwCMS view
vwFrontEnd
Loads the ContentType from the vwFrontEnd view
vwActive
Loads the ContentType from the vwActive view

See Also

Smartsite.Core Namespace
Advanced