Search K
Appearance
Appearance
Returns a list of all documents in a specified ProjectWise folder, with an option to include documents from all subfolders.
Use this task to retrieve the contents of a folder as a list — for example, to process or report on every document in a specific project area. Combine with a Loop node to handle each document individually.
Requires a Bentley ProjectWise service account.
| Field | Type | Required | Description |
|---|---|---|---|
| Folder Identifier | Text | Yes | The folder GUID or WSG path for the folder to list. |
| Include Subfolders | Boolean | No | When set to true, documents from all nested subfolders are included in the results. Defaults to false. |
| Name | Description |
|---|---|
| Documents | A list of PWInstance document objects found in the folder. Each item contains the document's WSG properties such as Name, UpdateTime, and any custom attributes. |