Click or drag to resize

IScriptContextGetFieldSet Method (FieldSetItemType)

Get field set with given type

Namespace:  Compiled.EDD.Scripting
Assembly:  Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 7.6.1.3-5cb5c356
Syntax
C#
FieldSetItem GetFieldSet(
	FieldSetItemType type
)

Parameters

type
Type: Compiled.EDD.ScriptingFieldSetItemType
Type of the field set to get

Return Value

Type: FieldSetItem
Found field set or 'null' if field set with given type does not exist
See Also