FormImporter.Process

FormImporter.Process method

Starts the import processing with the specified options.

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

Return Value

A ResultContainer with the import results.

Exceptions

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

See Also