DMConfig_AreaGet

Description

This activity allows to get a single Area given its Id or ExternalId.

To get more Areas it is necessary to use the DMConfig_AreaGetAll activity and then apply some additional filters if necessary.

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.

Misc

AreaExternalId InArgument<String>

The ExternalID of the Area to get. If AreaId and AreaExternalId are filled in at the same time, AreaExternalId will be ignored.

IdArea InArgument<Guid?>

The Id of the Area to get. If AreaId and AreaExternalId are filled in at the same time, AreaExternalId will be ignored.

Result OutArgument<Area>