Add or Update Powerpoint Sensitivity Label
UiPath.Presentations.Activities.AddSensitivityLabel
Adds or updates a sensitivity label of the selected file.
For more information, refer to Working with sensitivity labels.
Configuring the activity
In the body of the activity
- Workbook - Select the plus sign to the right of the field, and then select the file on which to add or update the sensitivity label. Alternatively, you can enter a VB expression.
- Sensitivity label - Select the plus sign to the right of the field, and then select the sensitivity label to add to the presentation. Alternatively, you can enter a VB expression.
Properties panel
Common
- DisplayName - The name displayed for the activity in the Designer panel.
Input
- Presentation - The file to which to add the sensitivity label.
- Sensitivity label - The string ID or an instance of the IPptLabelObject to add to the file.
Misc
- Private - If selected, the values of variables and arguments are no longer logged at Verbose level.
important
There is a known limitation where a COM error occurs when an automation attempts to update a file without a required sensitivity label, as mandated by company policy.