Click or drag to resize

IScriptContextGetFields Method

Gets all the application fields that exist.

Namespace: Compiled.EDD.Scripting
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
List<FieldItem> GetFields()

Return Value

ListFieldItem
A list of fields available to the script in the application.
See Also