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 Code |
---|---|
public enum PrimaryKeyListToStringStyle |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Enumeration PrimaryKeyListToStringStyle |
Members
Member name | Description | |
---|---|---|
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