SelectAllDocumentsInBriefcase

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > DBWCommandShell > Commands Reference > RemoteAccess >

SelectAllDocumentsInBriefcase

available from build: 20160204

Description

This command allows the pre-selection of all the selectable documents in the Briefcase Documents Selector Dialog for the next PutIntoBriefcaseTree command that will be executed

Syntax

call DBWShell("SelectAllDocumentsInBriefcase")

See also

PutInBriefcaseTree
SetBriefcaseUniqueId

Example

...
DBWShell("SelectAllDocumentsInBriefcase")
DBWShell("PutIntoBriefcaseTree ...")

...