ProfileDelete

Description

This activity deletes a profile given its ObjectId


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.

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


Orchestrator

Orchestrator InArgument<IManager>

The orchestrator object represents the connection to a DocsMarshal installation.

If this argument is left blank the activity try to connect using the DocsMarshal Connection parameters. If you want to work on the running installation it is possible to use the activity RuntimeOrchestrator. To work on another installation you can use the DocaMarshal Connection fields or, otherwise, it is possible to get it calling the activity DatabaseOrchestrator.

Profile

DmObjectId InArgument<Guid>

The ObjectId of the profile to delete.


Workflow

RaiseWorkflowEvents InArgument<Boolean>

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