Skip to content

Commit 3a90b5b

Browse files
authored
Updated YAML, intro, and bookmarks
1 parent ade8d18 commit 3a90b5b

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

docs/sp-add-ins/get-a-quick-overview-of-the-sharepoint-object-model.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
11
---
22
title: Get a quick overview of the SharePoint object model
3-
ms.date: 10/30/2017
3+
description: Get introduced to the content hierarchy, and client-side runtime and batching.
4+
ms.date: 11/02/2017
45
ms.prod: sharepoint
56
---
67

78

89
# Get a quick overview of the SharePoint object model
910

10-
Get a quick introduction to some of the major classes in the SharePoint object model.
11-
12-
> [!NOTE]
13-
> The name "apps for SharePoint" is changing to "SharePoint Add-ins." During the transition, the documentation and the UI of some SharePoint products and Visual Studio tools might still use the term "apps for SharePoint." For details, see [New name for apps for SharePoint](new-name-for-apps-for-sharepoint.md).
14-
1511
This is the fourth in a series of articles about the basics of developing provider-hosted SharePoint Add-ins. You should first be familiar with [SharePoint Add-ins](sharepoint-add-ins.md) and the previous articles in this series:
1612

1713
- [Get started creating provider-hosted SharePoint Add-ins](get-started-creating-provider-hosted-sharepoint-add-ins.md)
@@ -42,8 +38,8 @@ You can programmatically create custom lists, content types, column types, and l
4238

4339
In addition to content, the CSOM gives you access to users, groups, roles and permissions, taxonomy, search, and more.
4440

45-
## Client-side runtime and batching
4641
<a name="CSOMBatching"> </a>
42+
## Client-side runtime and batching
4743

4844
CSOM uses a batching system. Chunks of managed code are converted into XML and sent to the server in a single HTTP request. For every command, a corresponding server object model call is made, and the server returns a response to the client in JavaScript Object Notation (JSON) format.
4945

0 commit comments

Comments
 (0)