70-573 · Question #94
You develop a custom approval workflow. The workflow uses the CreateTask class to assign tasks to a user named User1. A list called Tasks stores the tasks. Other workflows and users use the Tasks…
The correct answer is A. Set the CreateTask.SpecialPermissions property. MNEMONIC RULE: "SpecialPermissions" CreateTask.SpecialPermissions Property us/library/microsoft.sharepoint.workflowactions.createtask.specialpermissions.aspx
Question
You develop a custom approval workflow. The workflow uses the CreateTask class to assign tasks to a user named User1. A list called Tasks stores the tasks. Other workflows and users use the Tasks list. You need to ensure that the tasks assigned to User1 can only be viewed by User1. What should you do?
Options
- ASet the CreateTask.SpecialPermissions property.
- BSet the CreateTask.TaskProperties property.
- CBreak the permission inheritance for the Tasks list.
- DAssign a custom permission level to a group that contains User1.
How the community answered
(32 responses)- A84% (27)
- B9% (3)
- C3% (1)
- D3% (1)
Explanation
MNEMONIC RULE: "SpecialPermissions" CreateTask.SpecialPermissions Property us/library/microsoft.sharepoint.workflowactions.createtask.specialpermissions.aspx
Topics
Community Discussion
No community discussion yet for this question.