|
CrossTabEngineFunctionAction Method
|
Various actions for changes to user functions list.
Namespace: RCS.Carbon.TablesAssembly: RCS.Carbon.Tables (in RCS.Carbon.Tables.dll) Version: 9.1.0
Syntax public GenNode[] FunctionAction(
string action,
string expression,
string? newExpression,
string? label
)
Parameters
- action String
- Currently must be one of the strings: "Create", "Edit" or "Delete".
- expression String
- Funcitons are identified by expressions
- newExpression String
- possible new expression
- label String
- possible new label
Return Value
GenNodeGenNode[] representation of user functions list
See Also