AddFolder

Description

Creates a DocsMarshal Folder.


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.

Folder

DomainId InArgument<Int32?>

The Domain of the folder.

ExternalId InArgument<String>

The ExternalId of the folder.

IdParentFolder InArgument<Guid?>

The Id of the of the parent folder.

The Name of the folder.


Misc


Settings

CopyGrantsToChildsFolders InArgument<Boolean>

Sets whether any children of the folder should share grants with it.