dox42 Server Output Actions

Prev Next

The dox42 Server contains the following Output Actions:

Output Action

Description

SaveAction

Saves the generated document to a file folder.

SharepointAction

Stores the generated document to a SharePoint document library.

EmailAction

Sends the generated document via e-mail.

ReturnAction

Returns the generated document via the WebServices interface.

PrintAction

Prints the generated document.

dox42LiveAction

Used for calls with dox42 LIVE.

AzureBlobStorageAction

Stores the generated document on an Azure Blob Storage.

DropBoxAction

Stores the generated document on Dropbox.

DocusignAcion

Sends the generated document to dox42 DocuSign for electronic signature.

SQLAction

Stores the generated document in a SQL database. This Output Action is described in the dox42 SQL Output Action.

CustomOutputAction

You can implement and use your own dox42 Output Action. Custom OutputActions have to be registered in the web.config file (analog Custom Data Sources) and use the following interface:

dox42CustomOutputActionKit. ICustomOutputAction