Click or drag to resize

ScriptContextGetCustomFields Method

Gets a list of the custom (User) fields available to the script.

Namespace:  Compiled.EDD.Scripting
Assembly:  Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 7.6.1.3-5cb5c356
Syntax
C#
public List<FieldItem> GetCustomFields()

Return Value

Type: ListFieldItem
All User scoped fields in a new list.

Implements

IScriptContextGetCustomFields
Remarks
Custom fields do not include System level fields. A filter is applied to the Scope with value User
See Also