FormExporter.Process

FormExporter.Process method

Starts the FormExporter processing with the specified options.

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

Return Value

A ResultContainer containing the result of the operation.

Exceptions

exceptioncondition
ArgumentExceptionIf options is null.
InvalidOperationExceptionIf the options type is not supported.

See Also