Click or drag to resize

ScriptContextCreateFieldSet Method

Create field set with given collection of fields

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

Parameters

name
Type: SystemString
Name of the field set to create

Return Value

Type: FieldSetItem
Created field set

Implements

IScriptContextCreateFieldSet(String)
See Also