Click or drag to resize

ScriptContextGetFieldSet Method (String)

Gets a field set matching the given field set name.

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

Parameters

name
Type: SystemString
Name of the field set to get.

Return Value

Type: FieldSetItem
The FieldSetItem if found matching the name; otherwise, null.

Implements

IScriptContextGetFieldSet(String)
See Also