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: 9.0.0.0-142fa9725
Syntax
C#
public FieldItemLevel Level { get; }

Property Value

FieldItemLevel
The associated field level.
See Also