Click or drag to resize

IScriptContextCreateFieldSet 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#
FieldSetItem CreateFieldSet(
	string name
)

Parameters

name  String
Name of the field set to create

Return Value

FieldSetItem
Created field set
See Also