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: 7.6.1.3-5cb5c356
Syntax
C#
FieldSetItem CreateFieldSet(
	string name
)

Parameters

name
Type: SystemString
Name of the field set to create

Return Value

Type: FieldSetItem
Created field set
See Also