This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Enumeration that determines how the ToString() of the list is created

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

Syntax

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

Members

Member nameDescription
Key
Output only the name of the MetaField
Value
Output only the value
Both
Output the name of the MetaField and the value.

See Also

Smartsite.Data Namespace
Advanced