Click or drag to resize

ScriptContextGetFieldSet(String) Method

Gets a field set matching the given field set name.

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

Parameters

name  String
Name of the field set to get.

Return Value

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

Implements

IScriptContextGetFieldSet(String)
See Also