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: 9.0.0.0-142fa9725
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