Skip to content

Commit 70856ac

Browse files
authored
Merge pull request #2350 from iRaindrop/vbruham_sharepoint_t
Visual Studio SharePoint QA - Missing Fixes: Walkthroughs
2 parents 4561c3b + 58eeea2 commit 70856ac

File tree

27 files changed

+157
-158
lines changed

27 files changed

+157
-158
lines changed

docs/sharepoint/walkthrough-add-an-application-page-to-a-workflow.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ms.workload:
2020
- "office"
2121
---
2222
# Walkthrough: Add an application page to a workflow
23-
This walkthrough demonstrates how to add an application page that displays data derived from a workflow to a workflow project. It builds on the project described in the topic [Walkthrough: Creating a Workflow with Association and Initiation Forms](../sharepoint/walkthrough-creating-a-workflow-with-association-and-initiation-forms.md).
23+
This walkthrough demonstrates how to add an application page that displays data derived from a workflow to a workflow project. It builds on the project described in the topic [Walkthrough: Create a workflow with association and initiation forms](../sharepoint/walkthrough-creating-a-workflow-with-association-and-initiation-forms.md).
2424

2525
This walkthrough demonstrates the following tasks:
2626

@@ -35,11 +35,11 @@ ms.workload:
3535
## Prerequisites
3636
You need the following components to complete this walkthrough:
3737

38-
- Supported editions of [!INCLUDE[TLA#tla_win](../sharepoint/includes/tlasharptla-win-md.md)] and SharePoint. For more information, see [Requirements for Developing SharePoint Solutions](../sharepoint/requirements-for-developing-sharepoint-solutions.md).
38+
- Supported editions of [!INCLUDE[TLA#tla_win](../sharepoint/includes/tlasharptla-win-md.md)] and SharePoint. For more information, see [Requirements for developing SharePoint solutions](../sharepoint/requirements-for-developing-sharepoint-solutions.md).
3939

4040
- Visual Studio.
4141

42-
- You also have to complete the project in the topic [Walkthrough: Creating a Workflow with Association and Initiation Forms](../sharepoint/walkthrough-creating-a-workflow-with-association-and-initiation-forms.md).
42+
- You also have to complete the project in the topic [Walkthrough: Create a workflow with association and initiation forms](../sharepoint/walkthrough-creating-a-workflow-with-association-and-initiation-forms.md).
4343

4444
## Ammend the workflow code
4545
First, add a line of code to the workflow to set the value of the Outcome column to the amount of the expense report. This value is used later in the expense report summary calculation.
@@ -336,17 +336,17 @@ ms.workload:
336336
The expense report summary page lists all of the expense reports that exceeded the allocated amount, the amount they exceeded it by, and the total amount for all reports.
337337

338338
## Next steps
339-
For more information about SharePoint application pages, see [Creating Application Pages for SharePoint](../sharepoint/creating-application-pages-for-sharepoint.md).
339+
For more information about SharePoint application pages, see [Create application pages for SharePoint](../sharepoint/creating-application-pages-for-sharepoint.md).
340340

341341
You can learn more about how to design SharePoint page content by using the Visual Web Designer in Visual Studio from these topics:
342342

343-
- [Creating Web Parts for SharePoint](../sharepoint/creating-web-parts-for-sharepoint.md).
343+
- [Create web parts for SharePoint](../sharepoint/creating-web-parts-for-sharepoint.md).
344344

345-
- [Creating Reusable Controls for Web Parts or Application Pages](../sharepoint/creating-reusable-controls-for-web-parts-or-application-pages.md).
345+
- [Create reusable controls for web parts or application pages](../sharepoint/creating-reusable-controls-for-web-parts-or-application-pages.md).
346346

347347
## See also
348-
[Walkthrough: Creating a Workflow with Association and Initiation Forms](../sharepoint/walkthrough-creating-a-workflow-with-association-and-initiation-forms.md)
349-
[How to: Create an Application Page](../sharepoint/how-to-create-an-application-page.md)
350-
[Creating Application Pages for SharePoint](../sharepoint/creating-application-pages-for-sharepoint.md)
351-
[Developing SharePoint Solutions](../sharepoint/developing-sharepoint-solutions.md)
348+
[Walkthrough: Create a workflow with association and initiation forms](../sharepoint/walkthrough-creating-a-workflow-with-association-and-initiation-forms.md)
349+
[How to: Create an application page](../sharepoint/how-to-create-an-application-page.md)
350+
[Create application pages for SharePoint](../sharepoint/creating-application-pages-for-sharepoint.md)
351+
[Develop SharePoint solutions](../sharepoint/developing-sharepoint-solutions.md)
352352

docs/sharepoint/walkthrough-add-feature-event-receivers.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ ms.workload:
4444
## Prerequisites
4545
You need the following components to complete this walkthrough:
4646

47-
- Supported editions of Microsoft Windows and SharePoint. For more information, see [Requirements for Developing SharePoint Solutions](../sharepoint/requirements-for-developing-sharepoint-solutions.md).
47+
- Supported editions of Microsoft Windows and SharePoint. For more information, see [Requirements for developing SharePoint solutions](../sharepoint/requirements-for-developing-sharepoint-solutions.md).
4848

4949
- Visual Studio.
5050

@@ -67,7 +67,7 @@ ms.workload:
6767

6868
6. In the **What is the trust level for this SharePoint solution?** section, choose the **Deploy as a farm solution** option button.
6969

70-
For more information about sandboxed solutions versus farm solutions, see [Sandboxed Solution Considerations](../sharepoint/sandboxed-solution-considerations.md).
70+
For more information about sandboxed solutions versus farm solutions, see [Sandboxed solution considerations](../sharepoint/sandboxed-solution-considerations.md).
7171

7272
7. Choose the **Finish** button, and then notice that a feature that's named Feature1 appears under the **Features** node.
7373

@@ -98,7 +98,7 @@ ms.workload:
9898

9999
1. Set the value of the project's **Active Deployment Configuration** property to **No Activation**.
100100

101-
Setting this property prevents the feature from activating in SharePoint and lets you debug feature event receivers. For more information, see [Debugging SharePoint Solutions](../sharepoint/debugging-sharepoint-solutions.md).
101+
Setting this property prevents the feature from activating in SharePoint and lets you debug feature event receivers. For more information, see [Debug SharePoint solutions](../sharepoint/debugging-sharepoint-solutions.md).
102102

103103
2. Choose the **F5** key to run the project and deploy it to SharePoint.
104104

@@ -115,6 +115,6 @@ ms.workload:
115115
Notice that an announcement appears in the **Announcements** list after the feature is deactivated.
116116

117117
## See also
118-
[How to: Create an Event Receiver](../sharepoint/how-to-create-an-event-receiver.md)
119-
[Developing SharePoint Solutions](../sharepoint/developing-sharepoint-solutions.md)
118+
[How to: Create an event receiver](../sharepoint/how-to-create-an-event-receiver.md)
119+
[Develop SharePoint solutions](../sharepoint/developing-sharepoint-solutions.md)
120120

docs/sharepoint/walkthrough-calling-into-the-sharepoint-client-object-model-in-a-server-explorer-extension.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.workload:
1818
- "office"
1919
---
2020
# Walkthrough: Calling into the SharePoint client object model in a Server Explorer extension
21-
This walkthrough demonstrates how to call the SharePoint client object model from an extension for the **SharePoint Connections** node in **Server Explorer**. For more information about how to use the SharePoint client object model, see [Calling into the SharePoint Object Models](../sharepoint/calling-into-the-sharepoint-object-models.md).
21+
This walkthrough demonstrates how to call the SharePoint client object model from an extension for the **SharePoint Connections** node in **Server Explorer**. For more information about how to use the SharePoint client object model, see [Call into the SharePoint object models](../sharepoint/calling-into-the-sharepoint-object-models.md).
2222

2323
This walkthrough demonstrates the following tasks:
2424

@@ -33,14 +33,14 @@ ms.workload:
3333
- Debugging and testing the extension.
3434

3535
> [!NOTE]
36-
> The extension that you create in this walkthrough resembles the extension that you create in [Walkthrough: Extending Server Explorer to Display Web Parts](../sharepoint/walkthrough-extending-server-explorer-to-display-web-parts.md). That walkthrough uses the SharePoint server object model, but this walkthrough accomplishes the same tasks by using the client object model.
36+
> The extension that you create in this walkthrough resembles the extension that you create in [Walkthrough: Extend Server Explorer to display web parts](../sharepoint/walkthrough-extending-server-explorer-to-display-web-parts.md). That walkthrough uses the SharePoint server object model, but this walkthrough accomplishes the same tasks by using the client object model.
3737
3838
## Prerequisites
3939
You need the following components on the development computer to complete this walkthrough:
4040

41-
- Supported editions of Windows, SharePoint, and Visual Studio. For more information, see [Requirements for Developing SharePoint Solutions](../sharepoint/requirements-for-developing-sharepoint-solutions.md).
41+
- Supported editions of Windows, SharePoint, and Visual Studio. For more information, see [Requirements for developing SharePoint solutions](../sharepoint/requirements-for-developing-sharepoint-solutions.md).
4242

43-
- The Visual Studio SDK. This walkthrough uses the **VSIX Project** template in the SDK to create a VSIX package to deploy the extension. For more information, see [Extending the SharePoint Tools in Visual Studio](../sharepoint/extending-the-sharepoint-tools-in-visual-studio.md).
43+
- The Visual Studio SDK. This walkthrough uses the **VSIX Project** template in the SDK to create a VSIX package to deploy the extension. For more information, see [Extend the SharePoint tools in Visual Studio](../sharepoint/extending-the-sharepoint-tools-in-visual-studio.md).
4444

4545
Knowledge of the following concepts is helpful, but not required, to complete the walkthrough:
4646

@@ -277,9 +277,9 @@ Knowledge of the following concepts is helpful, but not required, to complete th
277277
5. Close both instances of Visual Studio (the experimental instance and the instance of Visual Studio in which the WebPartNode solution is open).
278278

279279
## See also
280-
[Calling into the SharePoint Object Models](../sharepoint/calling-into-the-sharepoint-object-models.md)
281-
[Extending the SharePoint Connections Node in Server Explorer](../sharepoint/extending-the-sharepoint-connections-node-in-server-explorer.md)
282-
[Walkthrough: Extending Server Explorer to Display Web Parts](../sharepoint/walkthrough-extending-server-explorer-to-display-web-parts.md)
280+
[Call into the SharePoint object models](../sharepoint/calling-into-the-sharepoint-object-models.md)
281+
[Extend the SharePoint connections node in Server Explorer](../sharepoint/extending-the-sharepoint-connections-node-in-server-explorer.md)
282+
[Walkthrough: Extend Server Explorer to display web parts](../sharepoint/walkthrough-extending-server-explorer-to-display-web-parts.md)
283283
[Image Editor for Icons](/cpp/windows/image-editor-for-icons)
284284
[Creating an Icon or Other Image (Image Editor for Icons)](/cpp/windows/creating-an-icon-or-other-image-image-editor-for-icons)
285285

docs/sharepoint/walkthrough-create-a-basic-site-definition-project.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ ms.workload:
6262

6363
6. In the **What is the trust level for this SharePoint solution?** section, choose the **Deploy as a farm solution** option button.
6464

65-
All site definition projects must be deployed as farm solutions. For more information about sandboxed solutions versus farm solutions, see [Sandboxed Solution Considerations](../sharepoint/sandboxed-solution-considerations.md).
65+
All site definition projects must be deployed as farm solutions. For more information about sandboxed solutions versus farm solutions, see [Sandboxed solution considerations](../sharepoint/sandboxed-solution-considerations.md).
6666

6767
7. Choose the **Finish** button.
6868

@@ -181,6 +181,6 @@ ms.workload:
181181
The text appears in the label on the right side of the button.
182182
183183
## See also
184-
[How to: Create an Event Receiver](../sharepoint/how-to-create-an-event-receiver.md)
185-
[Developing SharePoint Solutions](../sharepoint/developing-sharepoint-solutions.md)
184+
[How to: Create an event receiver](../sharepoint/how-to-create-an-event-receiver.md)
185+
[Develop SharePoint solutions](../sharepoint/developing-sharepoint-solutions.md)
186186

docs/sharepoint/walkthrough-create-a-custom-site-workflow-activity.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ ms.workload:
4242
## Prerequisites
4343
You need the following components to complete this walkthrough:
4444

45-
- Supported editions of [!INCLUDE[TLA#tla_win](../sharepoint/includes/tlasharptla-win-md.md)] and SharePoint. For more information, see [Requirements for Developing SharePoint Solutions](../sharepoint/requirements-for-developing-sharepoint-solutions.md).
45+
- Supported editions of [!INCLUDE[TLA#tla_win](../sharepoint/includes/tlasharptla-win-md.md)] and SharePoint. For more information, see [Requirements for developing SharePoint solutions](../sharepoint/requirements-for-developing-sharepoint-solutions.md).
4646

4747
- Visual Studio.
4848

@@ -122,6 +122,6 @@ ms.workload:
122122
5. On the QuickLaunch bar, choose the **Announcements Backup** link. Notice that all of the announcements that are contained in the **Announcements** list have been copied to this new list.
123123

124124
## See also
125-
[How to: Create an Event Receiver](../sharepoint/how-to-create-an-event-receiver.md)
126-
[Developing SharePoint Solutions](../sharepoint/developing-sharepoint-solutions.md)
125+
[How to: Create an event receiver](../sharepoint/how-to-create-an-event-receiver.md)
126+
[Develop SharePoint solutions](../sharepoint/developing-sharepoint-solutions.md)
127127

docs/sharepoint/walkthrough-create-a-site-column-content-type-and-list-for-sharepoint.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ ms.workload:
4545
## Prerequisites
4646
You need the following components to complete this walkthrough:
4747

48-
- Supported editions of Windows and SharePoint. For more information, see [Requirements for Developing SharePoint Solutions](../sharepoint/requirements-for-developing-sharepoint-solutions.md).
48+
- Supported editions of Windows and SharePoint. For more information, see [Requirements for developing SharePoint solutions](../sharepoint/requirements-for-developing-sharepoint-solutions.md).
4949

5050
- Visual Studio.
5151

@@ -66,7 +66,7 @@ ms.workload:
6666

6767
5. In the **What is the trust level for this SharePoint solution?** section, use the default value **Deploy as a sandboxed solution**.
6868

69-
For more information about sandboxed and farm solutions, see [Sandboxed Solution Considerations](../sharepoint/sandboxed-solution-considerations.md).
69+
For more information about sandboxed and farm solutions, see [Sandboxed solution considerations](../sharepoint/sandboxed-solution-considerations.md).
7070

7171
6. Choose the **Finish** button. The project should now be listed in **Solution Explorer**.
7272

@@ -221,8 +221,8 @@ ms.workload:
221221
The new record appears in the list.
222222

223223
## See also
224-
[Creating Site Columns, Content Types, and Lists for SharePoint](../sharepoint/creating-site-columns-content-types-and-lists-for-sharepoint.md)
225-
[Developing SharePoint Solutions](../sharepoint/developing-sharepoint-solutions.md)
224+
[Create site columns, content types, and lists for SharePoint](../sharepoint/creating-site-columns-content-types-and-lists-for-sharepoint.md)
225+
[Develop SharePoint solutions](../sharepoint/developing-sharepoint-solutions.md)
226226
[How to: Create a Custom Field Type](http://go.microsoft.com/fwlink/?LinkId=192079)
227227
[Content Types](http://go.microsoft.com/fwlink/?LinkId=192080)
228228
[Columns](http://go.microsoft.com/fwlink/?LinkId=192081)

0 commit comments

Comments
 (0)