Skip to content

Commit 2b2378c

Browse files
committed
column-header-missing, description-missing, disallowed-html-tag, and duplicate-descriptions fixes.
1 parent 373f2a4 commit 2b2378c

File tree

30 files changed

+35
-10
lines changed

30 files changed

+35
-10
lines changed

docs/general-development/social-and-collaboration-features-in-sharepoint.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Social and collaboration features in SharePoint
3+
description: Provides an overview of the social and collaborative features in addition to the My Site, Community Site, and team features in SharePoint.
34
ms.date: 09/25/2017
45
ms.prod: sharepoint
56
ms.assetid: 5060f676-9aaa-41fe-88ef-e862ee2e1c52

docs/general-development/social-feed-rest-api-reference-for-sharepoint.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Social feed REST API reference for SharePoint
3+
description: Provides an overview of the social feed REST API for SharePoint and lists the resource endpoints for feed tasks with details.
34
ms.date: 11/10/2020
45
ms.prod: sharepoint
56
ms.assetid: f1cb914f-1e91-4e23-bf53-d2ab323eac13

docs/general-development/sorting-search-results-in-sharepoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ The sort specification has the following format: `[formula:<sort-formula>]`
179179

180180

181181

182-
In the format, _<sort-formula>_ is the sort formula expression.
182+
In the format, _&lt;sort-formula&gt;_ is the sort formula expression.
183183

184184
> [!NOTE]
185185
> The square brackets are part of the sort specification syntax.

docs/general-development/step-1-creating-a-ecmascript-text-file.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Step 1 Creating a ECMAScript Text File
3+
description: Provides steps and describes how to create an ECMAScript (JavaScript, JScript) text file and how to save the text file to a trusted document library.
34
ms.date: 09/25/2017
45
ms.prod: sharepoint
56
ms.assetid: f1c2b359-5b0d-467d-a863-6732e23863b9

docs/general-development/step-1-creating-the-web-service-client-project.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Step 1 Creating the Web Service Client Project
3+
description: Provides steps and describes how to create a new project and a simple console application that accesses Excel Web Services.
34
ms.date: 09/25/2017
45
ms.prod: sharepoint
56
ms.assetid: 1f0fc9fc-0db4-47bb-8204-a06777b84e76

docs/general-development/step-2-adding-a-web-reference.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Step 2 Adding a Web Reference
3+
description: Provides steps and describes how to add a Web reference to the Web service client project in Visual Studio.
34
ms.date: 09/25/2017
45
ms.prod: sharepoint
56
ms.assetid: e9175863-ddb4-4750-847d-d53cb59b33cb

docs/general-development/step-2-adding-the-content-editor-and-excel-services-web-parts.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Step 2 Adding the Content Editor and Excel Services web parts
3+
description: Provides steps and describes how to create a web parts page and add the Content Editor web part and the Excel Services web part to the page.
34
ms.date: 09/25/2017
45
ms.prod: sharepoint
56
ms.assetid: c9c66843-fd77-4a0d-a512-d936d15d4429

docs/general-development/step-3-accessing-the-web-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ You use the calls to open a workbook, get the session ID, pass in the default cr
2828
### To add directives
2929

3030

31-
1. When you added the Web reference earlier, it created an object named ExcelService in a namespace called <yourProject>.<webReferenceName>. In this example, the object is named SampleApplication.ExcelWebService. This walkthrough also shows how to catch SOAP exceptions. To do so, you use the **System.Web.Services.Protocols** object. The **System.Web.Services.Protocols** namespace consists of the classes that define the protocols used to transmit data across the wire during the communication between XML Web service clients and XML Web services created using ASP.NET.
31+
1. When you added the Web reference earlier, it created an object named ExcelService in a namespace called &lt;yourProject&gt;.&lt;webReferenceName&gt;. In this example, the object is named SampleApplication.ExcelWebService. This walkthrough also shows how to catch SOAP exceptions. To do so, you use the **System.Web.Services.Protocols** object. The **System.Web.Services.Protocols** namespace consists of the classes that define the protocols used to transmit data across the wire during the communication between XML Web service clients and XML Web services created using ASP.NET.
3232

3333

3434

docs/general-development/step-3-deploying-and-enabling-udfs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Step 3 Deploying and Enabling UDFs
3+
description: Describes how to deploy the sample UDF created in the previous step, allow UDFs to be called from a trusted ___location, and enable the UDF.
34
ms.date: 09/25/2017
45
ms.prod: sharepoint
56
ms.assetid: 1e5e2a0a-041a-481c-a18b-578562a60e24

docs/general-development/step-4-testing-and-calling-udfs-from-cells.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Step 4 Testing and Calling UDFs from Cells
3+
description: Provides steps and describes how to test the sample UDF that was created, deployed, and enabled in previous steps.
34
ms.date: 09/25/2017
45
ms.prod: sharepoint
56
ms.assetid: d3e6aa72-2eb8-4b4b-a0eb-273486890d00

0 commit comments

Comments
 (0)