FormEditor.Process

FormEditor.Process method

Starts the FormEditor processing with the specified parameters.

public ResultContainer Process(IPluginOptions options)
ParameterTypeDescription
optionsIPluginOptionsAn options object containing instructions for the FormEditor.

Return Value

An ResultContainer object containing the result of the operation.

Exceptions

exceptioncondition
ArgumentExceptionIf options is not correct.

See Also