Skip to content

Commit 3acd3c0

Browse files
committed
removing applies to sections
1 parent f3abf3d commit 3acd3c0

6 files changed

+0
-82
lines changed

docs/general-development/how-to-avoid-getting-throttled-or-blocked-in-sharepoint-online.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ ms.assetid: 33ed8106-d850-42b1-8d7f-5ba83901149c
77

88
# How to: Avoid getting throttled or blocked in SharePoint Online
99
Find out about throttling in SharePoint Online, and learn how to avoid being throttled or blocked. Includes sample CSOM and REST code you can use to make your task easier.
10-
*In this article:*
11-
12-
13-
14-
1510

1611
- [What is throttling?](how-to-avoid-getting-throttled-or-blocked-in-sharepoint-online.md#BKMK_Whatisthrottling)
1712

docs/general-development/how-to-extend-the-geolocation-field-type-using-client-side-rendering.md

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -7,38 +7,6 @@ ms.assetid: 7360633a-a7cf-4194-8bbd-8dd7c323e80b
77

88
# How to: Extend the Geolocation field type using client-side rendering
99
Learn how to customize the SharePoint 2013 Geolocation field type programmatically using client-side rendering.
10-
In this article
11-
12-
13-
14-
[Prerequisites for creating a custom Geolocation field](#CreatingCustomGeolocation_prereq)
15-
16-
17-
18-
[Step 1: Set up the Visual Studio project](#CreatingCustomGeolocationStep_1)
19-
20-
21-
22-
[Step 2: Create a custom field class](#CreatingCustomGeolocationStep_2)
23-
24-
25-
26-
[Step 3: Create rendering for the new custom field](#CreatingCustomGeolocationStep_3)
27-
28-
29-
30-
[Step 4: Create a field type definition](#CreatingCustomGeolocationStep_4)
31-
32-
33-
34-
[Step 5: Build and test the custom field type](#CreatingCustomGeolocationStep_5)
35-
36-
37-
38-
[Additional resources](#SP15Createcustomgeo_addlresources)
39-
40-
41-
4210

4311
SharePoint 2013 introduces a new field type named Geolocation that enables you to annotate SharePoint lists with ___location information. In columns of type Geolocation, you can enter ___location information as a pair of latitude and longitude coordinates in decimal degrees, or retrieve the coordinates of the user's current ___location from the browser if it implements the W3C Geolocation API. For more information about the Geolocation field, see [Integrating ___location and map functionality in SharePoint 2013](integrating-___location-and-map-functionality-in-sharepoint.md).
4412
The Geolocation field type is not available in the default content type of any list or document library in SharePoint 2013. The Geolocation field type is included in SharePoint 2013 but isn't visible on the create column page for the list; you must add the Geolocation field type programmatically. For more information, see [How to: Add a Geolocation column to a list programmatically in SharePoint 2013](how-to-add-a-geolocation-column-to-a-list-programmatically-in-sharepoint.md).

docs/general-development/powerpoint-automation-services-in-sharepoint.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ ms.assetid: 168c7dc0-fbdc-41a2-84db-65d211d3d673
88
# PowerPoint Automation Services in SharePoint 2013
99
Learn to use Microsoft PowerPoint Automation Services to do server-side presentation conversions to and from a variety of file formats.
1010

11-
12-
13-
14-
15-
* **Applies to:*** *Microsoft SharePoint Server 2013* | *Microsoft PowerPoint Automation Services*
1611
## Introduction
1712
<a name="PAS_Intro"> </a>
1813

docs/general-development/programming-models-in-sharepoint.md

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -7,39 +7,6 @@ ms.assetid: 061985ec-6129-4e91-991b-a72488ce1d34
77

88

99
# Programming models in SharePoint 2013
10-
Get a quick overview of the different kinds of SharePoint development projects.
11-
* **Applies to: ***
12-
13-
14-
15-
16-
17-
|||
18-
|:-----|:-----|
19-
|**In this article** [Add-ins for SharePoint](#Apps) [SharePoint publishing sites](#ECM) [SharePoint farm solutions](#Solutions) [Mobile add-ins for SharePoint](#Mobile) [Reusable components for SharePoint](#Reuse) [Additional resources](#SP15devinSP_addlresources)|
20-
**Watch the video: Development options for Office 2013 and SharePoint 2013**
21-
22-
23-
24-
25-
26-
27-
28-
29-
![Videos](../../images/mod_icon_video.png)
30-
31-
32-
33-
34-
35-
36-
37-
38-
39-
40-
41-
|
42-
4310

4411
You can develop applications for the SharePoint 2013 platform in many ways. These applications can be usefully categorized into the following groups based on the tools used to create them, the programming models used to develop them, the methods by which they are packaged and deployed, the methods by which they are marketed, and the devices on which they run.
4512

docs/general-development/sharepoint-add-ins-compared-with-sharepoint-solutions.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ ms.assetid: 0e9efadb-aaf2-4c0d-afd5-d6cf25c4e7a8
77

88
# SharePoint Add-ins compared with SharePoint solutions
99
Learn about when to develop your SharePoint 2013 extension as a SharePoint Add-in and when to develop it as a SharePoint farm solution or a no-code sandboxed solution.
10-
* **Applies to: ***
11-
12-
1310

1411

1512
This article compares the use cases of SharePoint Add-ins, farm solutions, and no-code sandboxed solutions (NCSSs).

docs/general-development/urls-and-tokens-in-sharepoint.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ ms.assetid: 161418d7-8123-4c4e-91a1-97e43c17f0e6
88

99
# URLs and tokens in SharePoint 2013
1010
Learn how to formulate URLs and how to use URL tokens in SharePoint 2013.
11-
|||
12-
|:-----|:-----|
13-
|**In this article** [Types of URLs in SharePoint 2013](#TypesOfURLs) [Good practice for image URLs](#GoodPracticeImageURL) [URL tokens in SharePoint 2013](#URLtokens) [Additional resources](#SP15URLS_addlresources)||
14-
1511

1612
## Types of URLs in SharePoint 2013
1713
<a name="TypesOfURLs"> </a>

0 commit comments

Comments
 (0)