Enum FieldOptionSourceType
- Namespace
- Dynamicweb.Content.Items.Metadata
- Assembly
- Dynamicweb.dll
Represents a field option source type.
public enum FieldOptionSourceType
Fields
Folder = 4- List of options fetched from folder.
ItemType = 2- List of options fetched from specific Item Type.
None = 3- No options
Sql = 1- List of options fetched from DB using SQL.
Static = 0- Static list of options.