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: 7.6.1.3-5cb5c356
Syntax List<FieldItem> GetCustomFields()
Return Value
Type:
ListFieldItemAll
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
UserSee Also