IScriptContextGetFieldSet Method (String) | |
Get field set with given name
Namespace:
Compiled.EDD.Scripting
Assembly:
Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 7.6.1.3-5cb5c356
Syntax FieldSetItem GetFieldSet(
string name
)
Parameters
- name
- Type: SystemString
Name of the field set to get
Return Value
Type:
FieldSetItemFound field set or 'null' if field set with given name does not exist
See Also