DMConfig_UserGroupInsert

Description

This activity allows to insert a new UserGroup in the specified DocsMarshal installation.


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

Description InArgument<String>

The description of the UserGroup. Here we briefly explain what the group is for and which users could be join it.

ExternalId InArgument<String>

The first ExternalID of the user group.

The first name of the user group.

Result OutArgument<Int32>

The Id of the inserted user group.


Required

Enabled InArgument<Boolean>

Sets if the user group is enabled or not.