Click or drag to resize

FieldItemLevel Property

Gets the associated level of values for the field. Specifically, if the field represents DocumentItem values, PageItem values, or TextItem values.

Namespace:  Compiled.EDD.Scripting
Assembly:  Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 7.6.1.3-5cb5c356
Syntax
C#
public FieldItemLevel Level { get; }

Property Value

Type: FieldItemLevel
The associated field level.
See Also