GetGroup

Description

This activity allows to get informations of a specific user group in DocsMarshal.


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 OutArgument<String>

The description of the specified group.

Enabled OutArgument<Boolean>

Determinates if the specified group is enabled or not.

The name of the specified group.

SecurityIdentityId InArgument<Int32> REQUIRED

The SecurityIdentityId of the user group to get information about.

VirtuaGroup OutArgument<Boolean>

Determinates if the specified group is virtual or not.