Skip to content

Commit a21c712

Browse files
author
Linda Caputo
committed
Updated Note formatting
1 parent 68a3892 commit a21c712

File tree

256 files changed

+1237
-1775
lines changed

Some content is hidden

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

256 files changed

+1237
-1775
lines changed

docs/general-development/how-to-create-external-content-types-for-sql-server-in-sharepoint.md

Lines changed: 23 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,9 @@ Working with external data requires several prerequisite tasks to enable secure
5656

5757
3. In the **Navigation** pane, under **Site Objects**, select **External Content Types**.
5858

59-
> **Note:**
60-
> SharePoint Designer 2013 groups external content types by the namespace in the initial window of the External Content Type Designer.
59+
> [!NOTE]
60+
> SharePoint Designer 2013 groups external content types by the namespace in the initial window of the External Content Type Designer.
61+
6162
4. To open the External Content Type Designer, on the ribbon, click **External Content Type**.
6263

6364

@@ -84,10 +85,10 @@ Working with external data requires several prerequisite tasks to enable secure
8485

8586
2. In the **Offline Sync for External List** check box, make sure **Enabled** is selected, which is the default.
8687

87-
> **Note:**
88-
> If you disable this option, then the **SharePoint Connect to Outlook** command is not available for an external list.
88+
> [!NOTE]
89+
> If you disable this option, then the **SharePoint Connect to Outlook** command is not available for an external list.
8990
90-
> **Note:**
91+
> [!NOTE]
9192
> The Farm and Site feature, **Offline Synchronization for External Lists**, must also be active. This feature is active by default at the Farm level, but not active by default at the site level.
9293
9394

@@ -148,8 +149,9 @@ SharePoint Designer 2013 validates and tests the connection information. If you
148149

149150
- **Create All Operations** Defines a create item, delete item, read item, read list, and update item operation.
150151

151-
> **Note:**
152-
> **Create All Operations** is available only for tables and views. Routines require specific operations.
152+
> [!NOTE]
153+
> **Create All Operations** is available only for tables and views. Routines require specific operations.
154+
153155
- **New Read Item Operation** Defines a read item operation.
154156

155157

@@ -168,18 +170,10 @@ SharePoint Designer 2013 validates and tests the connection information. If you
168170
2. Click **Next**.
169171

170172

171-
**Notes**
172-
173-
174-
175-
176-
- On views that span multiple tables, make sure that that write operations are supported. Otherwise, **Create All Operations** or **New Update Operation** might fail.
177-
178-
179-
- Always define at least a **New Read Item Operation** and **New Read List Operation** because SharePoint features, such as external lists, rely on these operations.
180-
181-
182-
- Choose specific operations, instead of **Create All Operations**, when the table or view does not support certain operations.
173+
> [!NOTE]
174+
> - On views that span multiple tables, make sure that that write operations are supported. Otherwise, **Create All Operations** or **New Update Operation** might fail.
175+
> - Always define at least a **New Read Item Operation** and **New Read List Operation** because SharePoint features, such as external lists, rely on these operations.
176+
> - Choose specific operations, instead of **Create All Operations**, when the table or view does not support certain operations.
183177
184178

185179

@@ -192,29 +186,16 @@ SharePoint Designer 2013 validates and tests the connection information. If you
192186

193187
2. In the **Parameters Configuration** dialog box, by default all columns (known as **Data Source Elements**) are selected. To remove unnecessary columns, clear the corresponding check boxes.
194188

195-
> **Note:**
196-
> Unlike a native SharePoint list, you cannot change the column name of an external list. Consider using an SQL column alias to provide a more meaningful name or a shorter name.
189+
> [!NOTE]
190+
> Unlike a native SharePoint list, you cannot change the column name of an external list. Consider using an SQL column alias to provide a more meaningful name or a shorter name.
191+
197192
3. To select an identifier field, click and highlight a field (typically a unique-valued field), and then under **Properties**, click **Map to Identifier**.
198193

199-
200-
201-
> **Important:**
194+
> [!IMPORTANT]
202195
> To prevent specific fields from being updated, such as an ID or primary key field, clear the **Required** check box, but select the **Read-Only** check box, which is needed to retrieve items so you can update other fields.
203196
204-
205-
206-
207-
208-
209-
210-
211-
212-
> **Tip:**
197+
> [!TIP]
213198
> Always carefully read the messages in the **Errors and Warnings** pane. They provide useful information to confirm your actions or troubleshoot any issues. Periodically click the **Errors and Warnings** pane and make sure that there are no more errors or warnings.
214-
215-
216-
217-
218199
219200
## Map Outlook fields
220201
<a name="section8"> </a>
@@ -231,14 +212,8 @@ If your external content type maps to an Outlook item type, you must map one or
231212

232213
2. Under **Properties**, next to **Office property**, click the down arrow. and then select the appropriate matching field.
233214

234-
235-
236-
> **Note:**
215+
> [!NOTE]
237216
> You do not need to map all the corresponding fields. However, the fields shown in the following table must be mapped.
238-
239-
240-
241-
242217
243218
**Table: Outlook item type mapped to Outlook item field**
244219

@@ -275,9 +250,7 @@ The external item picker control allows users to select a field, such as an ID f
275250

276251
2. Click **Next**.
277252

278-
279-
280-
> **Note:**
253+
> [!NOTE]
281254
> All filters that you define are displayed in the external item picker control. Although you cannot remove specific filters from the external item picker control, you can define a default filter by clicking **Is Default** in the **Filter configuration** dialog box when you are creating or modifying the filter.
282255
283256

@@ -416,19 +389,10 @@ You can create several different types of filters. For each filter that you crea
416389

417390
5. Click **OK**.
418391

419-
420-
421-
422-
423-
424-
425-
> **Note:**
426-
> The SQL Server database administrator might want to create specific tables, views, indexes, and optimized queries to limit the results to just what is needed and to help improve performance.
392+
> [!NOTE]
393+
> The SQL Server database administrator might want to create specific tables, views, indexes, and optimized queries to limit the results to just what is needed and to help improve performance.
427394
428395

429-
430-
431-
432396
**Page Number**
433397

434398

@@ -499,9 +463,7 @@ You can create several different types of filters. For each filter that you crea
499463

500464
- On the Quick Access Toolbar, click **Save**. This stores the external content type definition in the Business Data Connectivity metadata store.
501465

502-
503-
504-
> **Note:**
466+
> [!NOTE]
505467
> To provide better performance, Business Data Connectivity caches all the objects in the metadata store and updates changes by using a timer job that runs every minute. It might take up to one minute for changes to propagate to all the servers in the farm, but changes are immediate on the server where you make the change.
506468
507469

docs/general-development/how-to-follow-documents-and-sites-by-using-the-net-client-object-model-in-sharep.md

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@ The following objects are the primary APIs for Following Content tasks:
3333

3434
- [Microsoft.SharePoint.Client.Social.SocialActorType](https://msdn.microsoft.com/library/Microsoft.SharePoint.Client.Social.SocialActorType.aspx) and [Microsoft.SharePoint.Client.Social.SocialActorTypes](https://msdn.microsoft.com/library/Microsoft.SharePoint.Client.Social.SocialActorTypes.aspx) specify content types in client-side requests to the server.
3535

36-
37-
38-
> **Note:**
36+
> [!NOTE]
3937
> You also use these APIs for Following People tasks, but the **GetSuggestions** and **GetFollowers** methods available from [SocialFollowingManager](https://msdn.microsoft.com/library/Microsoft.SharePoint.Client.Social.SocialFollowingManager.aspx) only support following people, not content. For more information about how you can use [SocialFollowingManager](https://msdn.microsoft.com/library/Microsoft.SharePoint.Client.Social.SocialFollowingManager.aspx) , see [Follow content in SharePoint](follow-content-in-sharepoint.md) and [Follow people in SharePoint](follow-people-in-sharepoint.md). For code examples that show how to follow people, see [How to: Follow people by using the .NET client object model in SharePoint](how-to-follow-people-by-using-the-net-client-object-model-in-sharepoint.md).
4038
4139

@@ -58,9 +56,7 @@ To create a console application that uses the .NET client object model to work w
5856

5957
- **Full Control** access permissions to the User Profile service application for the logged-on user
6058

61-
62-
63-
> **Note:**
59+
> [!NOTE]
6460
> If you are not developing on the computer that is running SharePoint, get the [SharePoint Client Components](http://www.microsoft.com/en-us/download/details.aspx?id=35585) download that contains SharePoint client assemblies.
6561
6662

@@ -120,10 +116,7 @@ The following code example makes the current user start following or stop follow
120116

121117
This code example uses the [SocialFollowResult](https://msdn.microsoft.com/library/Microsoft.SharePoint.Client.Social.SocialFollowResult.aspx) object that is returned by the [Follow](https://msdn.microsoft.com/library/Microsoft.SharePoint.Client.Social.SocialFollowingManager.Follow.aspx) method to determine whether to start or stop following the target item.
122118

123-
124-
125-
126-
> **Note:**
119+
> [!NOTE]
127120
> Change the placeholder values for the **serverUrl** and **contentUrl** variables before you run the code. To use a site instead of a document, use the variables that are commented out.
128121
129122

@@ -249,9 +242,7 @@ The following code example gets the documents and sites that the current user is
249242

250243
- Iterate through the groups of content and get each item's name, content URI, and URI.
251244

252-
253-
254-
> **Note:**
245+
> [!NOTE]
255246
> Change the placeholder value for the **serverUrl**, **docContentUrl**, and **siteContentUrl** variables before you run the code.
256247
257248

docs/general-development/how-to-follow-documents-sites-and-tags-by-using-the-rest-service-in-sharepoint-2.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,7 @@ To perform Following Content tasks by using the REST API, you send HTTP **GET**
5353

5454
- **my/followedcount** to get the count of followed documents, sites, and tags
5555

56-
57-
58-
> **Note:**
56+
> [!NOTE]
5957
> You also use these endpoints for Following People tasks, but the **followers** and **suggestions** resources available from **SocialRestFollowingManager** only support following people, not content. For more information about how you can use **SocialRestFollowingManager**, see [Follow content in SharePoint](follow-content-in-sharepoint.md) and [Follow people in SharePoint](follow-people-in-sharepoint.md).
6058
6159

@@ -67,10 +65,7 @@ To perform Following Content tasks by using the REST API, you send HTTP **GET**
6765

6866
This article assumes that you create the SharePoint Add-in by using Napa on an Office 365 Developer Site. If you're using this development environment, you've already met the prerequisites.
6967

70-
71-
72-
73-
> **Note:**
68+
> [!NOTE]
7469
> Go to [Set up a development environment for SharePoint Add-ins on Office 365](http://msdn.microsoft.com/library/b22ce52a-ae9e-4831-9b68-c9210af6dc54%28Office.15%29.aspx) to sign up for a Developer Site and start using Napa.
7570
7671

@@ -100,9 +95,7 @@ If you're not using Napa on an Office 365 Developer Site, you'll need to meet th
10095

10196
- You must be logged on as someone other than the system account. The system account does not have permission to install the app.
10297

103-
104-
105-
> **Note:**
98+
> [!NOTE]
10699
> See [Set up an on-premises development environment for SharePoint Add-ins](http://msdn.microsoft.com/library/b0878c12-27c9-4eea-ae3b-7e79e5a8838d%28Office.15%29.aspx) for guidance about on-premises setup (including how to disable the loopback check, if necessary).
107100
108101

@@ -780,8 +773,7 @@ Table 1 shows **SocialFollowResult** status codes and their values.
780773
|2|**LimitReached**. The request failed because an internal limit was reached.|
781774
|3|**InternalError**. The request failed due to an internal error.|
782775

783-
784-
> **Note:**
776+
> [!NOTE]
785777
> The REST service doesn't return a response for the **StopFollowing** request. It returns `{"d":{"StopFollowing":null}}`.
786778
787779

docs/general-development/how-to-follow-people-by-using-the-javascript-object-model-in-sharepoint.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ Learn how to work with Following People features by using the SharePoint JavaScr
1515

1616
In SharePoint, Following People features help users to stay connected with each other. For example, when a user follows someone, that person's posts and activities show up in the user's newsfeed. By using Following People features to focus on the people who users care about, you can improve the relevance of your app or solution. In the JavaScript object model, people that you follow are represented by [SocialActor](http://msdn.microsoft.com/library/4e369fd5-b9b0-9804-957e-b3e39c559cd4%28Office.15%29.aspx) objects. To perform core Following People tasks in the JavaScript object model, you use the [SocialFollowingManager](http://msdn.microsoft.com/library/9ee1c0c0-b864-f0c3-f0cb-4dd4f1870dfa%28Office.15%29.aspx) object. This article shows how to use the JavaScript object model to work with Following People features.
1717

18-
19-
20-
> **Note:**
18+
> [!NOTE]
2119
> [SocialFollowingManager](http://msdn.microsoft.com/library/9ee1c0c0-b864-f0c3-f0cb-4dd4f1870dfa%28Office.15%29.aspx) is the recommended API to use for following people and content. However, the [PeopleManager](http://msdn.microsoft.com/library/985fd2df-0e31-6ece-b846-ba2ccb156d00%28Office.15%29.aspx) object contains additional functionality for following people, such as the [amIFollowedBy](http://msdn.microsoft.com/library/3641c469-0063-054d-355d-e56697cb08ae%28Office.15%29.aspx) method and methods that obtain the following status of other users.
2220
2321

@@ -72,8 +70,8 @@ To create the farm solution that uses the JavaScript object model to work with F
7270

7371
7. In the **Layouts** folder, open the shortcut menu for the **FollowPeopleJSOM** folder, and then add a new SharePoint application page namedFollowPeople.aspx.
7472

75-
> **Note:**
76-
> The code examples in this article define custom code in the page markup but do not use the code-behind class that Visual Studio creates for the page.
73+
> [!NOTE]
74+
> The code examples in this article define custom code in the page markup but do not use the code-behind class that Visual Studio creates for the page.
7775
7876
8. Open the shortcut menu for the FollowPeople.aspx page, and then choose **Set as Startup Item**.
7977

@@ -93,8 +91,8 @@ To create the farm solution that uses the JavaScript object model to work with F
9391
</script>
9492
```
9593

96-
> **Note:**
97-
> The "Get followers and followed people" example doesn't use the button control or the form digest control, which is only required for operations that update server content. A form digest generates a message digest used for security validation.
94+
> [!NOTE]
95+
> The "Get followers and followed people" example doesn't use the button control or the form digest control, which is only required for operations that update server content. A form digest generates a message digest used for security validation.
9896

9997
10. Replace the comment between the **script** tags with the code example from one of the following scenarios:
10098

@@ -126,8 +124,8 @@ The following code example makes the current user start following or stop follow
126124

127125

128126

129-
> **Note:**
130-
> Paste the following code between the **script** tags that you added in the [Create a farm solution and application page](how-to-follow-people-by-using-the-javascript-object-model-in-sharepoint.md#bk_CreateSolution) procedure. Then, change the placeholder value for the **targetUser** variable before you run the code.
127+
> [!NOTE]
128+
> Paste the following code between the **script** tags that you added in the [Create a farm solution and application page](how-to-follow-people-by-using-the-javascript-object-model-in-sharepoint.md#bk_CreateSolution) procedure. Then, change the placeholder value for the **targetUser** variable before you run the code.
131129
132130

133131

@@ -220,9 +218,7 @@ The following code example gets the people who the current user is following and
220218

221219
- Iterate through the groups of people and get each person's display name, personal site URI, and picture URI.
222220

223-
224-
225-
> **Note:**
221+
> [!NOTE]
226222
> Paste the following code between the **script** tags that you added in the [Create a farm solution and application page](how-to-follow-people-by-using-the-javascript-object-model-in-sharepoint.md#bk_CreateSolution) procedure.
227223
228224

docs/general-development/how-to-follow-people-by-using-the-net-client-object-model-in-sharepoint.md

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,7 @@ Learn how to work with Following People features by using the SharePoint .NET cl
1414

1515
In SharePoint, when a user follows people, the posts and activities of the followed people show up in the user's newsfeed. By using Following People features to focus on the people who users care about, you can improve the relevance of your app or solution. In the .NET client object model, people that you follow are represented by [SocialActor](https://msdn.microsoft.com/library/Microsoft.SharePoint.Client.Social.SocialActor.aspx) objects. To perform core Following People tasks in the .NET client object model, you use the [SocialFollowingManager](https://msdn.microsoft.com/library/Microsoft.SharePoint.Client.Social.SocialFollowingManager.aspx) object. This article shows how to use the .NET client object model to work with Following People features.
1616

17-
18-
19-
20-
> **Note:**
17+
> [!NOTE]
2118
> We focus on [SocialFollowingManager](https://msdn.microsoft.com/library/Microsoft.SharePoint.Client.Social.SocialFollowingManager.aspx) because it consolidates the core functionality for following people and content. However, the [PeopleManager](https://msdn.microsoft.com/library/Microsoft.Office.Server.UserProfiles.PeopleManager.aspx) object contains additional functionality for following people, such as the [AmIFollowedBy(String)](https://msdn.microsoft.com/library/Microsoft.SharePoint.Client.UserProfiles.PeopleManager.AmIFollowedBy.aspx) method and methods that obtain the following status of other users.
2219
2320

@@ -39,9 +36,7 @@ To create a console application that uses the .NET client object model to work w
3936

4037
- **Full Control** access permissions to the User Profile service application for the logged-on user
4138

42-
43-
44-
> **Note:**
39+
> [!NOTE]
4540
> If you're not developing on the computer that is running SharePoint, get the [SharePoint Client Components](http://www.microsoft.com/en-us/download/details.aspx?id=35585) download that contains SharePoint client assemblies.
4641
4742

@@ -103,10 +98,7 @@ The following code example makes the current user start following or stop follow
10398

10499
This code example uses the [SocialFollowResult](https://msdn.microsoft.com/library/Microsoft.SharePoint.Client.Social.SocialFollowResult.aspx) object that is returned by the [Follow](https://msdn.microsoft.com/library/Microsoft.SharePoint.Client.Social.SocialFollowingManager.Follow.aspx) method to determine whether to start or stop following the target user.
105100

106-
107-
108-
109-
> **Note:**
101+
> [!NOTE]
110102
> Change the placeholder values for the **serverUrl** and **targetUser** variables before you run the code.
111103
112104

@@ -221,9 +213,7 @@ The following code example gets the people who the current user is following, ge
221213

222214
- Iterate through the groups of people and get each person's display name, personal URI, and picture URI.
223215

224-
225-
226-
> **Note:**
216+
> [!NOTE]
227217
> Change the placeholder values for the **serverUrl** and **targetUser** variables before you run the code.
228218
229219

docs/general-development/how-to-get-an-entire-workbook-or-a-snapshot.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -218,11 +218,8 @@ C:\\>GetSnapshot.exe http://myServer02/reports/reports/OriginalWorkbook.xlsx > S
218218

219219
If you use the previous command-line example, the GetSnapshot tool places a new file in the "C:\\" directory.
220220

221-
222-
223-
224-
> **Note:**
225-
> The workbook that you want to get a snapshot of must be in a trusted ___location.
221+
> [!NOTE]
222+
> he workbook that you want to get a snapshot of must be in a trusted ___location.
226223
227224

228225

0 commit comments

Comments
 (0)