AppointmentUpdate

Description

This activity allows to perform the update operation of an appointment.


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

AppointmentForUpdate InArgument<AppointmentForUpdate> REQUIRED

The appointment to update.

CommandTimeoutSeconds InArgument<Int32>

The maximum number of seconds the activity can take to perform the update operation. The default value is 30.

NetworkCredentials InArgument<NetworkCredential>

The Network Credentials that DocsMarshal should use to set profile documents. This parameter is required if any additional field has been configured to use them.