You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/sharepoint/walkthrough-add-an-application-page-to-a-workflow.md
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ ms.workload:
20
20
- "office"
21
21
---
22
22
# 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).
24
24
25
25
This walkthrough demonstrates the following tasks:
26
26
@@ -35,11 +35,11 @@ ms.workload:
35
35
## Prerequisites
36
36
You need the following components to complete this walkthrough:
37
37
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).
39
39
40
40
- Visual Studio.
41
41
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).
43
43
44
44
## Ammend the workflow code
45
45
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.
Copy file name to clipboardExpand all lines: docs/sharepoint/walkthrough-add-feature-event-receivers.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ ms.workload:
44
44
## Prerequisites
45
45
You need the following components to complete this walkthrough:
46
46
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).
48
48
49
49
- Visual Studio.
50
50
@@ -67,7 +67,7 @@ ms.workload:
67
67
68
68
6. In the **What is the trust level for this SharePoint solution?** section, choose the **Deploy as a farm solution** option button.
69
69
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).
71
71
72
72
7. Choose the **Finish** button, and then notice that a feature that's named Feature1 appears under the **Features** node.
73
73
@@ -98,7 +98,7 @@ ms.workload:
98
98
99
99
1. Set the value of the project's **Active Deployment Configuration** property to **No Activation**.
100
100
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).
102
102
103
103
2. Choose the **F5** key to run the project and deploy it to SharePoint.
104
104
@@ -115,6 +115,6 @@ ms.workload:
115
115
Notice that an announcement appears in the **Announcements** list after the feature is deactivated.
116
116
117
117
## See also
118
-
[How to: Create an Event Receiver](../sharepoint/how-to-create-an-event-receiver.md)
Copy file name to clipboardExpand all lines: docs/sharepoint/walkthrough-calling-into-the-sharepoint-client-object-model-in-a-server-explorer-extension.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ ms.workload:
18
18
- "office"
19
19
---
20
20
# 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).
22
22
23
23
This walkthrough demonstrates the following tasks:
24
24
@@ -33,14 +33,14 @@ ms.workload:
33
33
- Debugging and testing the extension.
34
34
35
35
> [!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.
37
37
38
38
## Prerequisites
39
39
You need the following components on the development computer to complete this walkthrough:
40
40
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).
42
42
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).
44
44
45
45
Knowledge of the following concepts is helpful, but not required, to complete the walkthrough:
46
46
@@ -277,9 +277,9 @@ Knowledge of the following concepts is helpful, but not required, to complete th
277
277
5. Close both instances of Visual Studio (the experimental instance and the instance of Visual Studio in which the WebPartNode solution is open).
278
278
279
279
## 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)
283
283
[Image Editor for Icons](/cpp/windows/image-editor-for-icons)
284
284
[Creating an Icon or Other Image (Image Editor for Icons)](/cpp/windows/creating-an-icon-or-other-image-image-editor-for-icons)
Copy file name to clipboardExpand all lines: docs/sharepoint/walkthrough-create-a-basic-site-definition-project.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ ms.workload:
62
62
63
63
6. In the **What is the trust level for this SharePoint solution?** section, choose the **Deploy as a farm solution** option button.
64
64
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).
66
66
67
67
7. Choose the **Finish** button.
68
68
@@ -181,6 +181,6 @@ ms.workload:
181
181
The text appears in the label on the right side of the button.
182
182
183
183
## See also
184
-
[How to: Create an Event Receiver](../sharepoint/how-to-create-an-event-receiver.md)
Copy file name to clipboardExpand all lines: docs/sharepoint/walkthrough-create-a-custom-site-workflow-activity.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ ms.workload:
42
42
## Prerequisites
43
43
You need the following components to complete this walkthrough:
44
44
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).
46
46
47
47
- Visual Studio.
48
48
@@ -122,6 +122,6 @@ ms.workload:
122
122
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.
123
123
124
124
## See also
125
-
[How to: Create an Event Receiver](../sharepoint/how-to-create-an-event-receiver.md)
Copy file name to clipboardExpand all lines: docs/sharepoint/walkthrough-create-a-site-column-content-type-and-list-for-sharepoint.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ ms.workload:
45
45
## Prerequisites
46
46
You need the following components to complete this walkthrough:
47
47
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).
49
49
50
50
- Visual Studio.
51
51
@@ -66,7 +66,7 @@ ms.workload:
66
66
67
67
5. In the **What is the trust level for this SharePoint solution?** section, use the default value **Deploy as a sandboxed solution**.
68
68
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).
70
70
71
71
6. Choose the **Finish** button. The project should now be listed in **Solution Explorer**.
72
72
@@ -221,8 +221,8 @@ ms.workload:
221
221
The new record appears in the list.
222
222
223
223
## See also
224
-
[Creating Site Columns, Content Types, and Lists for SharePoint](../sharepoint/creating-site-columns-content-types-and-lists-for-sharepoint.md)
0 commit comments