ScriptContextRenameField Method | |
Renames the given field in the schema.
Namespace:
Compiled.EDD.Scripting
Assembly:
Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 7.6.1.3-5cb5c356
Syntax Exceptions Exception | Condition |
---|
Exception | Thrown when attempting to delete a system scoped field. |
ArgumentException | Thrown when attempting to rename a field with a duplicate name. |
ArgumentException | Thrown when invalid characters are in field name. |
Remarks
Valid field names can contain letters, digits, whitespace, and the following chars:
_ - : # / \ @ ! ( ) % & . < > ^
See Also