ProfileUpdate

Description

This activity allows to perform the update operation of a profile.


DocsMarshal Connection

DatabaseName InArgument<String>

The name of the database.

DocsMarshalPassword InArgument<String>

The password for DocsMarshal logon.

DocsMarshalUsername InArgument<String>

The name of user for DocsMarshal logon.

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.

ServerName InArgument<String>

The url of the server.

SqlPassword InArgument<String>

The password for SQL authentication.

SqlUserName InArgument<String>

The name of user for SQL authentication.


Misc

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.

ProfileForUpdate InArgument<IProfileForUpdate> REQUIRED

The profile to be updated

RaiseWorkflowEvents InArgument<Boolean>

Default is TRUE. Set it to False if you don't want to raise OnUpdate workflow events.

UpdateOnlyIfSomePropertiesHaveChanged Boolean

Default is false. Set to True to performe the update operation only if some properties are changed.