Skip to content

Commit 0b1e72e

Browse files
authored
Updated youtube links and other edits (SharePoint#1703)
* New URL format for video * Trial fix * Video fix? * Update video URL * Video fix? * Update video URL * Update Video URL * Fix video link * Update Channel 9 video link * Update video URL * Fix video URL * updated Web site to website; updated caps * Changed ```C# to ```csharp
1 parent e1b5084 commit 0b1e72e

File tree

115 files changed

+562
-652
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+562
-652
lines changed

docs/apis/webhooks/webhooks-reference-implementation.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,13 @@ The SharePoint Patterns and Practices (PnP) reference implementation shows how y
1212

1313
The reference implementation only works with [SharePoint list webhooks](./lists/overview-sharepoint-list-webhooks.md).
1414

15-
You can also follow these steps by watching the video on the [SharePoint PnP YouTube Channel](https://www.youtube.com/watch?v=j3hWCAI9R20).
15+
You can also follow these steps by watching the video on the SharePoint PnP YouTube Channel:
1616

17-
<a href="https://www.youtube.com/watch?v=j3hWCAI9R20">
18-
<img src="../../images/youtube-introducing-sharepoint-webhooks.png" alt="PnP webcast - Introducing SharePoint webhooks" />
19-
</a>
17+
<br/>
18+
19+
> [!Video https://www.youtube.com/embed/P4a1_EWokwM]
20+
21+
<br/>
2022

2123
**Applies to** Office 365 Multi Tenant (MT).
2224

docs/declarative-customization/site-theming/sharepoint-site-theming-csom.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The following example shows how to create a __Microsoft.Online.SharePoint.Tenant
1818
> * Create a __Tenant__ instance with the [Tenant constructor](https://msdn.microsoft.com/en-us/library/dn174852.aspx), and then call the methods on that instance.
1919
> * You can use the same approach to call other theme management methods.
2020
21-
```C#
21+
```csharp
2222
using System.Security;
2323
using Microsoft.SharePoint.Client;
2424
using Microsoft.Online.SharePoint.TenantAdministration;
@@ -39,7 +39,7 @@ ClientObjectList<ThemeProperties> themes = tenant.GetAllTenantThemes();
3939

4040
For methods that take a theme argument, the following code defines an __SPOTheme__ class that you can use to create custom themes.
4141

42-
```C#
42+
```csharp
4343
/// <summary
4444
/// Properties defining a theme in SharePoint Online. 
4545
/// </summary

docs/features/groupify/groupify-csom.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The following example shows how to create a __Microsoft.Online.SharePoint.Tenant
2626
> * The URL used to create the context object includes the _-admin_ suffix, because **TenantAdministration** methods work with the admin site.
2727
> * Create a __Tenant__ instance with the [Tenant constructor](https://msdn.microsoft.com/en-us/library/dn174852.aspx), and then call the methods on that instance.
2828
29-
```C#
29+
```csharp
3030
using System.Security;
3131
using Microsoft.SharePoint.Client;
3232
using Microsoft.Online.SharePoint.TenantAdministration;

docs/general-development/build-windows-phone-apps-that-access-sharepoint.md

Lines changed: 43 additions & 164 deletions
Large diffs are not rendered by default.

docs/general-development/excel-services-known-issues-and-tips.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ Beware of the following issues regarding workbook permissions:
157157

158158

159159

160-
- Excel Web Services uses the Microsoft SharePoint Foundation authorization scheme to verify that the caller has the right to call APIs (that is, make web service calls) on the SharePoint Foundation site (that is, the Web site where Excel Web Services is located) remotely. If the caller does not have the "Use Remote API" right, the Excel Web Services returns an "HTTP 401 (Unauthorized)" error, and logs an "API authorization failed" event. Excel Web Services performs these authorization checks only for calls that originate as SOAP calls. Calls from applications that link locally to Microsoft.Office.Excel.Server.WebServices.dll are not considered remote calls. Therefore, they are not subject to authorization checks. However, if the application that links locally to Microsoft.Office.Excel.Server.WebServices.dll is itself a SOAP service, and handles the service's SOAP calls, the call to Excel Web Services will seem like a SOAP call (even though the application links directly to Microsoft.Office.Excel.Server.WebServices.dll). In this scenario, Excel Web Services will perform the authorization checks.
160+
- Excel Web Services uses the Microsoft SharePoint Foundation authorization scheme to verify that the caller has the right to call APIs (that is, make web service calls) on the SharePoint Foundation site (that is, the website where Excel Web Services is located) remotely. If the caller does not have the "Use Remote API" right, the Excel Web Services returns an "HTTP 401 (Unauthorized)" error, and logs an "API authorization failed" event. Excel Web Services performs these authorization checks only for calls that originate as SOAP calls. Calls from applications that link locally to Microsoft.Office.Excel.Server.WebServices.dll are not considered remote calls. Therefore, they are not subject to authorization checks. However, if the application that links locally to Microsoft.Office.Excel.Server.WebServices.dll is itself a SOAP service, and handles the service's SOAP calls, the call to Excel Web Services will seem like a SOAP call (even though the application links directly to Microsoft.Office.Excel.Server.WebServices.dll). In this scenario, Excel Web Services will perform the authorization checks.
161161

162162

163163
- To get the entire workbook (for example, by calling the **GetWorkbook** method using the `WorkbookType.FullWorkbook` argument), the caller needs "open" permission for the workbook or "read" permission in a file share.

docs/general-development/how-to-configure-and-use-push-notifications-in-sharepoint-apps-for-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ namespace PushNotificationsList
504504
/// <summary>
505505
/// Creates a SharePoint list (based on the Generic List template).
506506
/// </summary>
507-
/// <param name="spWeb">The target Web site for the list.</param>
507+
/// <param name="spWeb">The target website for the list.</param>
508508
/// <param name="listTitle">The title of the list.</param>
509509
/// <param name="listDescription">A description for the list.</param>
510510
/// <param name="columns">A Dictionary object containing field names and types.</param>

docs/general-development/office-documentation-copyright-notice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.assetid: a9c2f3d9-cea2-49a3-b709-40dc614b9f86
88

99
# Office 2013 documentation copyright notice
1010

11-
This document is provided "as-is". Information and views expressed in this document, including URL and other Internet Web site references, may change without notice. You bear the risk of using it.
11+
This document is provided "as-is". Information and views expressed in this document, including URL and other Internet website references, may change without notice. You bear the risk of using it.
1212

1313

1414

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.assetid: e9175863-ddb4-4750-847d-d53cb59b33cb
88

99
# Step 2: Adding a Web Reference
1010

11-
Web service discovery is the process by which a client locates a Web service and obtains its service description. The process of Web service discovery in Visual Studio involves interrogating a Web site following a predetermined algorithm. The goal of the process is to locate the service description, which is an XML document that uses the Web Services Description Language (WSDL).
11+
Web service discovery is the process by which a client locates a Web service and obtains its service description. The process of Web service discovery in Visual Studio involves interrogating a website following a predetermined algorithm. The goal of the process is to locate the service description, which is an XML document that uses the Web Services Description Language (WSDL).
1212

1313

1414

docs/scenario-guidance/Custom-configurations.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ _**Applies to:** Office 365 | SharePoint Server_
6868
### Samples
6969

7070
- [Angular client-side web part (passing web part configuration to Angular and reacting to configuration changes)](https://github.com/SharePoint/sp-dev-fx-webparts/blob/master/samples/angular-todo/README.md)
71-
- [Weather SharePoint Framework field customizer](https://github.com/SharePoint/sp-dev-fx-extensions/blob/master/samples/js-field-weather/README.md)
72-
- [Announcements SharePoint Framework application customizer](https://github.com/SharePoint/sp-dev-fx-extensions/blob/master/samples/react-app-announcements/README.md)
73-
- [Conditional formatting SharePoint Framework field customizer](https://github.com/SharePoint/sp-dev-fx-extensions/blob/master/samples/js-field-conditionalformatting/README.md)
74-
- [Directions SharePoint Framework list view command set](https://github.com/SharePoint/sp-dev-fx-extensions/blob/master/samples/react-command-directions/README.md)
71+
- [Weather SharePoint Framework Field Customizer](https://github.com/SharePoint/sp-dev-fx-extensions/blob/master/samples/js-field-weather/README.md)
72+
- [Announcements SharePoint Framework Application Customizer](https://github.com/SharePoint/sp-dev-fx-extensions/blob/master/samples/react-app-announcements/README.md)
73+
- [Conditional formatting SharePoint Framework Field Customizer](https://github.com/SharePoint/sp-dev-fx-extensions/blob/master/samples/js-field-conditionalformatting/README.md)
74+
- [Directions SharePoint Framework ListView Command Set](https://github.com/SharePoint/sp-dev-fx-extensions/blob/master/samples/react-command-directions/README.md)
7575

7676
## SharePoint add-ins
7777

docs/scenario-guidance/Transformation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Office 365 and SharePoint evolve continuously. As new capabilities are added, it
2121

2222
_**Applies to:** SharePoint Server_
2323

24-
Typically, farm solutions are packaged as SharePoint solution package (WSP) files that contain assemblies, other non-compiled components, and an XML manifest file. A farm administrator uses Windows PowerShell, the STSADM command-line tool, or the SharePoint Central Administration Web site to install solution packages to the server environment. After a solution package is installed, the farm administrator can activate the solution to a specific Web application (or multiple Web applications, if you use the full-trust model).
24+
Typically, farm solutions are packaged as SharePoint solution package (WSP) files that contain assemblies, other non-compiled components, and an XML manifest file. A farm administrator uses Windows PowerShell, the STSADM command-line tool, or the SharePoint Central Administration website to install solution packages to the server environment. After a solution package is installed, the farm administrator can activate the solution to a specific Web application (or multiple Web applications, if you use the full-trust model).
2525

2626
#### Related resources
2727

0 commit comments

Comments
 (0)