IScriptContextGetFieldSet(String) Method |  |
Get field set with given name
Namespace: Compiled.EDD.ScriptingAssembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
SyntaxFieldSetItem GetFieldSet(
string name
)
Parameters
- name String
- Name of the field set to get
Return Value
FieldSetItemFound field set or 'null' if field set with given name does not exist
See Also