70-573 · Question #50
You plan to create a custom approval workflow. The workflow approvers will enter their employee number in the edit task form. You need to ensure that the onTaskChangedl_Invoked method of the…
The correct answer is A. SPWorkflowTaskProperties.ExtendedProperties. MNEMONIC RULE: "onTaskChanged1 = SPWorkflowTaskProperties.ExtendedProperties" There is no Properties member in SPWorkflowTaskProperties class. Gets a hash table that represents the collection of extended task properties as name/value pairs. SPWorkflowTaskProperties Properties…
Question
You plan to create a custom approval workflow. The workflow approvers will enter their employee number in the edit task form. You need to ensure that the onTaskChangedl_Invoked method of the workflow retrieves the value of the employee number. Which object should you use?
Options
- ASPWorkflowTaskProperties.ExtendedProperties
- BSPWorkflowTaskProperties.Properties
- CSPWorkflowActivationProperttes.Item
- DSPWorkflowActivationProperties.TaskUstld
How the community answered
(22 responses)- A86% (19)
- B9% (2)
- C5% (1)
Explanation
MNEMONIC RULE: "onTaskChanged1 = SPWorkflowTaskProperties.ExtendedProperties" There is no Properties member in SPWorkflowTaskProperties class. Gets a hash table that represents the collection of extended task properties as name/value pairs. SPWorkflowTaskProperties Properties us/library/microsoft.sharepoint.workflow.spworkflowtaskproperties_properties.aspx
Topics
Community Discussion
No community discussion yet for this question.