DMConfig_AreaDelete

Description

This activity allows to delete an Area that already exists in the specified DocsMarshal installation.


Destination

AreaExternalId InArgument<String>

The ExternalId of the Area to be modified. If Id and ExternalId have both a value only the Id will be considered.

IdArea InArgument<Guid?>

The Id of the Area to be modified. If Id and ExternalId have both a value only the Id will be considered.


DocsMarshal Connection

Orchestrator InArgument<IManager>

The orchestrator object represents the connection to a DocsMarshal installation.

If this argument is left null the activity will work on the running installation. To work on another installation you must get its orchestrator by the activity DatabaseOrchestrator.