activities
latest
false
- 概述
- Adobe Sign
- Alteryx
- Amazon Comprehend
- Amazon Connect
- Amazon Rekognition
- 亚马逊文本提取
- Box
- 认知
- DocuSign
- Google Vision
- Jira
- Marketo
- Microsoft Dynamics
- Microsoft Dynamics (Finance and Operations)
- Microsoft Teams
- Microsoft Translator
- Microsoft Vision
- Oracle 集成云
- Oracle NetSuite
- Salesforce
- SAP BAPI
- ServiceNow
- Slack
- Smartsheet
- SuccessFactors
- Tableau
- Twilio
- Workato
- Workday
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。
新发布内容的本地化可能需要 1-2 周的时间才能完成。
传统“集成”活动
上次更新日期 2026年5月18日
UiPath.Box.Activities.Folder.DeleteFolder
“删除文件夹”活动使用 Box Delete 文件夹API 删除指定的文件夹 ( “文件夹 ID ”)。
After deleting the folder, the activity outputs a Boolean value to report the success of the deletion (IsSuccessful).
工作方式
以下步骤和消息序列图是活动从设计时(即活动依赖项和输入/输出属性)到运行时如何工作的示例。
- 完成设置步骤。
- 将“Box 作用域”活动添加到项目中。
- 添加活动或运行输出
Folder.Id值的外部流程(例如,获取文件夹信息、搜索内容等)。 - Add the Delete Folder activity inside the Box Scope activity.
- 为“输入”属性输入一个值。
- 为“输出”属性创建并输入
Boolean变量。-
您的输入属性值将在“删除文件夹” API 操作请求中发送。
-
此操作会将
Boolean值返回到您的输出属性变量。
-
属性
常见
- ContinueOnError - Specifies if you want the activity to continue running when an error is thrown. This field supports only
Booleanvalues. - “显示名称”- 活动的显示名称。此字段仅支持
Strings或String变量。
输入
其他
- “私有”- 选中后将不再以“Verbose”级别记录变量和参数的值。
选项
- Recursive - If selected, the folder is deleted even if it is not empty. If not selected, the folder is only deleted if it is empty.
输出
- IsSuccessful - A
Booleanvalue that reports the success of the deletion. TheBooleanvalues are:- True - file was deleted.
- False - file was not deleted.