IScriptContextRenameField Method |  |
Renames the given field in the schema.
Namespace: Compiled.EDD.ScriptingAssembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntaxvoid RenameField(
FieldItem field,
string newFieldName
)
Parameters
- field FieldItem
- The field to rename.
- newFieldName String
- The new name of the field.
Remarks
Valid field names can contain letters, digits, whitespace, and the following chars:
_ - : # / \ @ ! ( ) % & . < > ^
See Also