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/declarative-customization/column-formatting.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -435,7 +435,7 @@ To compare a date/time field value against another date constant, use the `Date(
435
435
436
436
## Create clickable actions
437
437
438
-
You can use column formatting to provide hyperlinks that go to other web pages, or start custom functionality. This functionality is limited to static links that can be paramaterized with values from fields in the list. You can't use column formatting to output links to protocols other than `http://`, `https://`, or `mailto:`.
438
+
You can use column formatting to provide hyperlinks that go to other webpages, or start custom functionality. This functionality is limited to static links that can be paramaterized with values from fields in the list. You can't use column formatting to output links to protocols other than `http://`, `https://`, or `mailto:`.
Copy file name to clipboardExpand all lines: docs/features/hub-site/hub-site-overview.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ For more information about creating hub sites, see [Create SharePoint hub sites
21
21
22
22
- You can create up to 50 hub sites for an organization.
23
23
24
-
- If you set up [SharePoint Multi-Geo](https://docs.microsoft.com/en-us/sharepoint/dev/solution-guidance/multigeo-introduction) for your organization, only sites within the same geographical ___location can be associated with a hub site.
24
+
- If you set up [SharePoint Multi-Geo](../../solution-guidance/multigeo-introduction.md) for your organization, only sites within the same geographical ___location can be associated with a hub site.
25
25
26
26
- When users associate their sites with a hub site, it doesn't impact the permissions of either the hub site or the associated sites. It's important to ensure that all users you allow to associate sites to the hub site have permission to the hub site.
Copy file name to clipboardExpand all lines: docs/general-development/access-sharepoint-from-mobile-and-native-device-apps.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -76,4 +76,4 @@ You can build these apps on the ASP.NET platform or a non-Microsoft stack. If yo
76
76
These apps **gain authorized access to SharePoint data by using access tokens** that are issued by the Azure Control Service (ACS) in compliance with the OAuth Authentication Code flow. For more, see [Authorization Code OAuth flow for SharePoint Add-ins](http://msdn.microsoft.com/library/e89e91c7-ea39-49b9-af5a-7f047a7e2ab7%28Office.15%29.aspx).
77
77
78
78
> [!IMPORTANT]
79
-
> Azure Access Control (ACS), a service of Azure Active Directory (Azure AD), will be retired on November 7, 2018. This retirement does not impact SharePoint add-in model which is using`https://accounts.accesscontrol.windows.net` hostname, which is not impacted by this retirement. See more details on this from [Impact of Azure Access Control retirement for SharePoint add-ins](https://dev.office.com/blogs/impact-of-azure-access-control-deprecation-for-sharepoint-add-ins).
79
+
> Azure Access Control (ACS), a service of Azure Active Directory (Azure AD), will be retired on November 7, 2018. This retirement does not impact the SharePoint Add-in model, which uses the`https://accounts.accesscontrol.windows.net` hostname (which is not impacted by this retirement). For more information, see [Impact of Azure Access Control retirement for SharePoint Add-ins](https://dev.office.com/blogs/impact-of-azure-access-control-deprecation-for-sharepoint-add-ins).
Copy file name to clipboardExpand all lines: docs/general-development/authentication-authorization-and-security-in-sharepoint.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -177,7 +177,7 @@ The role manager is optional. If a custom authentication system does not support
177
177
178
178
179
179
180
-
In ASP.NET membership and role passive sign-in, the sign-in happens by redirecting the client to a web page where the ASP.NET log-in controls are hosted. After the identity object that represents a user identity is created, SharePoint converts it to a [ClaimsIdentity](https://msdn.microsoft.com/library/Microsoft.IdentityModel.Claims.ClaimsIdentity.aspx) object (which represents a claims-based representation of a user).
180
+
In ASP.NET membership and role passive sign-in, the sign-in happens by redirecting the client to a webpage where the ASP.NET log-in controls are hosted. After the identity object that represents a user identity is created, SharePoint converts it to a [ClaimsIdentity](https://msdn.microsoft.com/library/Microsoft.IdentityModel.Claims.ClaimsIdentity.aspx) object (which represents a claims-based representation of a user).
181
181
182
182
> [!NOTE]
183
183
> For more information about signing into SharePoint, see [Incoming claims: Signing into SharePoint](incoming-claims-signing-into-sharepoint.md).
Copy file name to clipboardExpand all lines: docs/general-development/bdc-model-schema-reference-for-sharepoint.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -160,7 +160,7 @@ By default, the Business Data Connectivity (BDC) service provides actions such a
160
160
161
161
162
162
163
-
Actions travel with an external content type. That is, after you define an action for an external content type, the action appears everywhere you display that external content type—whether in an external list or Business Data Web Part or in an External Data column.
163
+
Actions travel with an external content type. That is, after you define an action for an external content type, the action appears everywhere you display that external content type—whether in an external list or Business Data web part or in an External Data column.
Learn about some of the most important reusable components you can build in SharePoint, including Web Parts, workflows, custom lists, and more.
10
+
Learn about some of the most important reusable components you can build in SharePoint, including web parts, workflows, custom lists, and more.
11
11
## Reusable components in SharePoint
12
12
<aname="SP15Reusecomp_Reusable"> </a>
13
13
14
-
Using SharePoint, you can build a variety of components, such as lists, Web Parts, and content types, which you can reuse in various apps, sites, and solutions. This section summarizes some of the most common reusable components that you can build in SharePoint. Future updates to this documentation will contain information about additional components you can build.
14
+
Using SharePoint, you can build a variety of components, such as lists, web parts, and content types, which you can reuse in various apps, sites, and solutions. This section summarizes some of the most common reusable components that you can build in SharePoint. Future updates to this documentation will contain information about additional components you can build.
15
15
16
16
17
17
> [!NOTE]
@@ -21,7 +21,7 @@ Using SharePoint, you can build a variety of components, such as lists, Web Part
21
21
22
22
23
23
24
-
-**Web Parts** are the most common way to extend SharePoint. Learning to build Web Parts is a great way to start SharePoint development. For more information, see [SharePoint Developer Building Blocks: Technologies for Creating SharePoint Applications](http://msdn.microsoft.com/library/138422cf-c140-466a-bcd8-cacba51ef886%28Office.15%29.aspx#bb2_WebParts).
24
+
-**Web Parts** are the most common way to extend SharePoint. Learning to build web parts is a great way to start SharePoint development. For more information, see [SharePoint Developer Building Blocks: Technologies for Creating SharePoint Applications](http://msdn.microsoft.com/library/138422cf-c140-466a-bcd8-cacba51ef886%28Office.15%29.aspx#bb2_WebParts).
25
25
26
26
27
27
-**Custom lists** in SharePoint sites provide locations to store data. Data manipulation in SharePoint lists is a widely used practice. You can use lists to contain data that you access programmatically. For more information, see [Building Block: Lists and Document Libraries](http://msdn.microsoft.com/library/16da8f64-f53b-4490-8636-db0e4d7a6912%28Office.15%29.aspx).
All new controls in SharePoint are rendered. Data is written to the controls in a client-side JSON array, and you can display content using JavaScript, CSS, and templates. As a designer or developer, you have control over how content is rendered on the page, and you can use various design techniques to get the look and behaviors you want on your published pages by using features like the [Content Search Web Part in SharePoint](content-search-web-part-in-sharepoint.md) and display templates.
86
+
All new controls in SharePoint are rendered. Data is written to the controls in a client-side JSON array, and you can display content using JavaScript, CSS, and templates. As a designer or developer, you have control over how content is rendered on the page, and you can use various design techniques to get the look and behaviors you want on your published pages by using features like the [Content Search web part in SharePoint](content-search-web-part-in-sharepoint.md) and display templates.
87
87
88
88
89
89
@@ -114,7 +114,7 @@ SharePoint offers the following new content publishing features that enable you
114
114
115
115
### Catalogs
116
116
117
-
SharePoint introduces catalogs, which you can use to publish content across site collections. Cross-site publishing features depend on catalogs. You can use them to reuse content across your sites and across the boundary between your intranet sites and Internet sites. For predefined search queries, catalogs are flagged in search. You can surface content stored in catalogs across site collections by using the [Content Search Web Part in SharePoint](content-search-web-part-in-sharepoint.md).
117
+
SharePoint introduces catalogs, which you can use to publish content across site collections. Cross-site publishing features depend on catalogs. You can use them to reuse content across your sites and across the boundary between your intranet sites and Internet sites. For predefined search queries, catalogs are flagged in search. You can surface content stored in catalogs across site collections by using the [Content Search web part in SharePoint](content-search-web-part-in-sharepoint.md).
Copy file name to clipboardExpand all lines: docs/general-development/choose-the-right-api-set-in-sharepoint.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ You can choose from several sets of APIs to access the SharePoint platform. Whic
20
20
21
21
22
22
23
-
-**The type of application.** The possibilities include, but are not limited to, the following, which are not mutually exclusive categories: an SharePoint Add-in, a Web Part on a SharePoint page, a Silverlight application running on either a client computer or a client mobile device, an ASP.NET application exposed in SharePoint by an IFrame, JavaScript running in a SharePoint site page, a SharePoint application page, a Microsoft .NET Framework application running on a client computer, a Windows PowerShell script, and a timer job running on a SharePoint server.
23
+
-**The type of application.** The possibilities include, but are not limited to, the following, which are not mutually exclusive categories: an SharePoint Add-in, a web part on a SharePoint page, a Silverlight application running on either a client computer or a client mobile device, an ASP.NET application exposed in SharePoint by an IFrame, JavaScript running in a SharePoint site page, a SharePoint application page, a Microsoft .NET Framework application running on a client computer, a Windows PowerShell script, and a timer job running on a SharePoint server.
24
24
25
25
26
26
-**Your existing skills.** To a surprising degree, you can create applications in SharePoint without needing to learn a lot about SharePoint programming. You can jump right into SharePoint development if you already have experience in any of the following programming models:
@@ -93,13 +93,13 @@ The following table provides guidance on which set of APIs to use for a selected
93
93
|Create a timer job <br/> |Server object model <br/> |
94
94
|Create an extension of Central Administration <br/> |Server object model <br/> |
95
95
|Create consistent branding across an entire SharePoint farm <br/> |Server object model <br/> |
96
-
|Create a custom Web Part, application page, or ASP.NET user control <br/> |Server object model <br/> **Important:** If the functionality you want to offer customers is not oriented to SharePoint administration at a scope broader than site collection, we recommend that, instead of using the server object model, you create an SharePoint Add-in that includes a remote ASP.NET web application with custom Web Parts and user controls as needed. See the top two rows of this table. |
96
+
|Create a custom web part, application page, or ASP.NET user control <br/> |Server object model <br/> **Important:** If the functionality you want to offer customers is not oriented to SharePoint administration at a scope broader than site collection, we recommend that, instead of using the server object model, you create an SharePoint Add-in that includes a remote ASP.NET web application with custom web parts and user controls as needed. See the top two rows of this table. |
97
97
98
98
99
99
## Server object model
100
100
<aname="ServerOM"> </a>
101
101
102
-
The largest set of APIs is in the server object model of managed classes. At the level of SharePoint Foundation 2013, this object model includes classes and members that enable programmatic control of the basic site and list structure of SharePoint Foundation. Most of these classes are in the [Microsoft.SharePoint](https://msdn.microsoft.com/library/Microsoft.SharePoint.aspx) namespace. In addition, you can extend almost every SharePoint Foundation component by using the server object model, including workflows, alerts, Web Parts, basic search, and Microsoft Business Connectivity Services (BCS). The server object model also includes an extensive set of APIs enable extensions of the administration and security system of SharePoint Foundation, including backup, farm health and diagnostics, logging, farm and web application management, upgrade, deployment, caching, and Windows PowerShell customization.
102
+
The largest set of APIs is in the server object model of managed classes. At the level of SharePoint Foundation 2013, this object model includes classes and members that enable programmatic control of the basic site and list structure of SharePoint Foundation. Most of these classes are in the [Microsoft.SharePoint](https://msdn.microsoft.com/library/Microsoft.SharePoint.aspx) namespace. In addition, you can extend almost every SharePoint Foundation component by using the server object model, including workflows, alerts, web parts, basic search, and Microsoft Business Connectivity Services (BCS). The server object model also includes an extensive set of APIs enable extensions of the administration and security system of SharePoint Foundation, including backup, farm health and diagnostics, logging, farm and web application management, upgrade, deployment, caching, and Windows PowerShell customization.
0 commit comments