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: 7.6.1.3-5cb5c356
Syntax
C#
List<FieldItem> GetFields()

Return Value

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