70-573 · Question #280
You are creating a custom workflow action to be used in Microsoft SharePoint Designer reusable workflows. The action programmatically creates a SharePoint site named Site1 at a specific URL. The…
The correct answer is D. <RuleDesigner Sentence="Create site at Url %1.">. MNEMONIC RULE: "SharePoint Designer = RuleDesigner" RuleDesigner Element (WorkflowInfo)
Question
You are creating a custom workflow action to be used in Microsoft SharePoint Designer reusable workflows. The action programmatically creates a SharePoint site named Site1 at a specific URL. The workflow actions schema file contains the following code segment. <WorkflowInfo> <Actions Sequential="then" Parallel="and"> <Action Name="Create Site" ClassName="SPDActivityDemo.CreateSite" Assembly="SPDActivityDemo, Version=1.0.0.0, Culture=neutral, PublicKeyToken=1a4a7a2c3215a71b" AppliesTo="all" Category="Test"> <Parameters> <Parameter Name="Url" Type="System.String, mscorlib" Direction="In" /> <Parameters> </Action> </Actions> </WorkflowInfo> You need to ensure that users can specify the URL property of the action in SharePoint Designer. What should you add to the schema of the action?
Options
- A<xml version="1.0" encoding="utf-8">
- B<Option Name="equals" Value="Equal"/>
- C<Parameter Name="Url" Type="System.String, mscorlib"
- D<RuleDesigner Sentence="Create site at Url %1.">
How the community answered
(32 responses)- A3% (1)
- B16% (5)
- C6% (2)
- D75% (24)
Explanation
MNEMONIC RULE: "SharePoint Designer = RuleDesigner" RuleDesigner Element (WorkflowInfo)
Topics
Community Discussion
No community discussion yet for this question.