Click or drag to resize

ScriptContextGetFieldSets Method

Gets all the FieldSetItem's available in the project.

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

Return Value

ListFieldSetItem
New list of all the available project field sets.

Implements

IScriptContextGetFieldSets
See Also