Skip to content

ProjectWise - Add Folder ​

Creates a new folder inside an existing ProjectWise folder.

Purpose ​

Use this task to provision folder structure in ProjectWise programmatically — for example, creating project-specific subfolders as part of an onboarding workflow, or organising outputs from an automated process into a new folder.

Service Account ​

Requires a Bentley ProjectWise service account.

Inputs ​

FieldTypeRequiredDescription
Parent FolderTextYesThe GUID or WSG path of the existing folder that will contain the new folder.
Folder NameTextYesThe name for the new folder.
DescriptionTextNoAn optional description for the new folder.

Outputs ​

NameDescription
FolderThe PWInstance object for the newly created folder.
FolderIdThe WSG instance ID (GUID) of the newly created folder. Use this to reference the folder in subsequent tasks such as Add File.

Tentech