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/solution-guidance/Branding-and-site-provisioning-solutions-for-SharePoint.md
+14-7Lines changed: 14 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
---
2
-
title: Branding and site provisioning solutions for SharePoint 2013 and SharePoint Online
2
+
title: Branding and site provisioning solutions for SharePoint Server 2013, SharePoint Server 2016 and SharePoint Online
3
3
ms.date: 11/03/2017
4
4
---
5
-
# Branding and site provisioning solutions for SharePoint 2013 and SharePoint Online
5
+
# Branding and site provisioning solutions for SharePoint Server 2013, SharePoint Server 2016 and SharePoint Online
6
6
7
7
The introduction of the Cloud Add-in Model and add-ins for SharePoint provides alternatives to existing, established ways of branding and provisioning SharePoint sites.
_**Applies to:** Office 365 | SharePoint Server 2013 | SharePoint Server 2016 | SharePoint Online_
10
10
11
11
Up to now, you might have used the SharePoint feature framework, site templates, web templates, and site definitions to provision your sites and site collections. The remote provisioning pattern shows you how to create custom add-ins for SharePoint that provision site branding and perform other site provisioning tasks.
12
12
The articles in this section provide information about using add-ins for SharePoint to provision and manage site branding, a pattern that is sometimes referred to as remote provisioning.
@@ -85,15 +85,22 @@ To understand your branding options and the implications that site customization
85
85
86
86
### File system
87
87
88
-
SharePoint stores files in the file system ("hive"). In SharePoint 2013, this ___location is called the "15-hive". The following is the path to the 15-hive.
88
+
SharePoint stores files in the file system ("hive").
89
89
90
+
In SharePoint Server 2013 and SharePoint Server 2016, this ___location is called the "15-hive" or "16-hive".
91
+
92
+
The following is the path to this ___location :
93
+
94
+
SharePoint Server 2013 :
90
95
`%program files%/Common Files/Microsoft Shared/Web Server Extensions/15/`
96
+
SharePoint Server 2016 :
97
+
`%program files%/Common Files/Microsoft Shared/Web Server Extensions/16/`
91
98
92
-
The 15-hive includes several subfolders that store files you'll use when branding and provisioning sites.
99
+
The 15-hive and 16-hive includes several subfolders that store files you'll use when branding and provisioning sites.
93
100
94
101
### Content databases
95
102
96
-
Content databases store SharePoint content objects, such as site collections. A content database is automatically installed for every site collection when you deploy SharePoint 2013. All the content for a site collection is stored in one content database on one server. However, a content database can be associated with more than one site collection, and you can attach content databases to a SharePoint web application. You might need to move content from one content database to another, for example when the size of the content will soon exceed the size of the content database.
103
+
Content databases store SharePoint content objects, such as site collections. A content database is automatically installed for every site collection when you deploy SharePoint Server 2013 or SharePoint Server 2016. All the content for a site collection is stored in one content database on one server. However, a content database can be associated with more than one site collection, and you can attach content databases to a SharePoint web application. You might need to move content from one content database to another, for example when the size of the content will soon exceed the size of the content database.
97
104
98
105
Some characteristics of a content database vary depending on how the site collection is used. For example, sites are often write-intensive, while other types of content, such as read-only documents, are read-intensive. How content is used affects aspects of the content database, such as size and performance.
99
106
@@ -117,7 +124,7 @@ The state of SharePoint files and content affects how easy it is to apply update
117
124
## Site branding and provisioning with the Cloud Add-in Model
118
125
<aname="sectionSection6"> </a>
119
126
120
-
In SharePoint 2013, you can use custom CSOM code in add-ins for SharePoint to provision SharePoint site collections, sites, and subsites with branding elements. This site provisioning pattern is called remote provisioning. SharePoint is increasingly focused on cloud-based deployments, so this pattern was created to help you use SharePoint's out-of-the-box capabilities to provision site branding in a way that reduces complexity and long-term operational costs.
127
+
In SharePoint Server 2013 or SharePoint Server 2016, you can use custom CSOM code in add-ins for SharePoint to provision SharePoint site collections, sites, and subsites with branding elements. This site provisioning pattern is called remote provisioning. SharePoint is increasingly focused on cloud-based deployments, so this pattern was created to help you use SharePoint's out-of-the-box capabilities to provision site branding in a way that reduces complexity and long-term operational costs.
Copy file name to clipboardExpand all lines: docs/spfx/known-issues-and-common-questions.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ You should update your Yeoman template packages. We have updated certification c
26
26
27
27
-*Date - 6th of June*
28
28
29
-
SharePoint Extensions with additional customizations capabilities for the SharePoint Online is now available in SharePoint Online. You can find more details on the SharePoint Framework extensions from our documentation.
29
+
SharePoint Framework Extensions with additional customizations capabilities is now available in SharePoint Online. You can find more details on the SharePoint Framework extensions from our documentation.
With the SharePoint Framework, your organization can easily build solutions that easily integrate the capabilities available in SharePoint and Office 365. SharePoint Framework solutions work across modern web technologies and different mobile devices so you can create productive experiences and apps that are responsive and mobile-ready from day one. In order to get the moust benefit from SharePoint Framework solutions, your organization should have an actionable governance plan covering the most important project management considerations.
10
+
With the SharePoint Framework, your organization can easily build solutions that easily integrate the capabilities available in SharePoint and Office 365. SharePoint Framework solutions work across modern web technologies and different mobile devices so you can create productive experiences and apps that are responsive and mobile-ready from day one. In order to get the most benefit from SharePoint Framework solutions, your organization should have an actionable governance plan covering the most important project management considerations.
0 commit comments