Click or drag to resize

FieldItemScope Enumeration

Indicates the creation scope of a FieldItem.

Namespace:  Compiled.EDD.Scripting
Assembly:  Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 7.6.1.3-5cb5c356
Syntax
C#
public enum FieldItemScope
Members
  Member nameDescription
User Indicates the field was created by the user or is not a built-in field.
System Indicates the field is a built-in, application level field.
See Also