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: 7.6.1.3-5cb5c356
Syntax
C#
public List<FieldSetItem> GetFieldSets()

Return Value

Type: ListFieldSetItem
New list of all the available project field sets.

Implements

IScriptContextGetFieldSets
See Also