Click or drag to resize

IScriptContextGetFieldSet(FieldSetItemType) Method

Get field set with given type

Namespace: Compiled.EDD.Scripting
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
FieldSetItem GetFieldSet(
	FieldSetItemType type
)

Parameters

type  FieldSetItemType
Type of the field set to get

Return Value

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