Click or drag to resize

IScriptContextGetCustomFields 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: 9.0.0.0-142fa9725
Syntax
C#
List<FieldItem> GetCustomFields()

Return Value

ListFieldItem
All User scoped fields in a new list.
Remarks
Custom fields do not include System level fields. A filter is applied to the Scope with value User
See Also