Search K
Appearance
Appearance
Creates a new folder inside an existing ProjectWise folder.
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.
Requires a Bentley ProjectWise service account.
| Field | Type | Required | Description |
|---|---|---|---|
| Parent Folder | Text | Yes | The GUID or WSG path of the existing folder that will contain the new folder. |
| Folder Name | Text | Yes | The name for the new folder. |
| Description | Text | No | An optional description for the new folder. |
| Name | Description |
|---|---|
| Folder | The PWInstance object for the newly created folder. |
| FolderId | The WSG instance ID (GUID) of the newly created folder. Use this to reference the folder in subsequent tasks such as Add File. |