Click or drag to resize

ScriptContextGetFieldSet Method (FieldSetItemType)

Gets the field set matching the given field set type.

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

Parameters

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

Return Value

Type: FieldSetItem
The FieldSetItem for the matching type; otherwise, null.

Implements

IScriptContextGetFieldSet(FieldSetItemType)
See Also