std.MergeFolder

This job combines two folders within the database by moving all documents and registers from the source folder to the target folder.

1. Input Parameters

Name Type Required Description

Flags

INT

Yes

1 = source folder is deleted after merging; 0 = source folder is retained

dwObjectType

INT

Yes

Type of objects

FolderDest

INT

Yes

ID of the target folder

FolderSource

INT

Yes

ID of the source folder

2. Return Value

(INT): 0 = Job successful, otherwise error code.