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

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

Syntax

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

Members

Member nameDescription
String
Represents a string value
Boolean
Represents a boolean value
Numeric
Represents a numeric value
Xml
Represents xml data
Custom
Represents custom data

See Also

Smartsite.Core Namespace
Advanced