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: 9.0.0.0-142fa9725
Syntax
C#
public FieldSetItem CreateFieldSet(
	string name
)

Parameters

name  String
Name of the field set to create

Return Value

FieldSetItem
Created field set

Implements

IScriptContextCreateFieldSet(String)
See Also