Skip to content

Commit 15bbef1

Browse files
Merge pull request SharePoint#6936 from SmitaNachan/patch-21
Updated Links
2 parents 40dbdc1 + b119027 commit 15bbef1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/solution-guidance/query-sharepoint-change-log-with-changequery-and-changeToken.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Query SharePoint change log with ChangeQuery and ChangeToken
3-
ms.date: 11/03/2017
3+
description: You can query the SharePoint change log by using ChangeQuery to find and process changes made on a SharePoint content database, site collection, site, or list. Leanr how to use SharePoint's change log to find & process changes in SharePoint lists.
4+
ms.date: 04/20/2021
45
localization_priority: Priority
56
---
67
# Query SharePoint change log with ChangeQuery and ChangeToken
@@ -11,7 +12,7 @@ _**Applies to:** SharePoint 2013 | SharePoint Add-ins | SharePoint Online_
1112

1213
You can query the SharePoint change log by using [ChangeQuery](https://msdn.microsoft.com/library/office/microsoft.sharepoint.client.changequery.aspx) and [ChangeToken](https://msdn.microsoft.com/library/office/microsoft.sharepoint.client.changetoken.aspx) to find and process changes made on a SharePoint content database, site collection, site, or list.
1314

14-
The [Core.ListItemChangeMonitor](https://github.com/SharePoint/PnP/tree/dev/Samples/Core.ListItemChangeMonitor) code sample shows you how to use SharePoint's change log to find and process changes made on a SharePoint list. Use this code sample to:
15+
The [Core.ListItemChangeMonitor](https://github.com/pnp/PnP/tree/master/Samples/Core.ListItemChangeMonitor) code sample shows you how to use SharePoint's change log to find and process changes made on a SharePoint list. Use this code sample to:
1516

1617
- Monitor SharePoint for changes on a list, site, site collection, or content database.
1718

@@ -21,7 +22,7 @@ The [Core.ListItemChangeMonitor](https://github.com/SharePoint/PnP/tree/dev/Samp
2122

2223
## Before you begin
2324

24-
To get started, download the [Core.ListItemChangeMonitor](https://github.com/SharePoint/PnP/tree/dev/Samples/Core.ListItemChangeMonitor) sample add-in from the [Office 365 Developer patterns and practices](https://github.com/SharePoint/PnP/tree/dev) project on GitHub.
25+
To get started, download the [Core.ListItemChangeMonitor](https://github.com/pnp/PnP/tree/master/Samples/Core.ListItemChangeMonitor) sample add-in from the [Office 365 Developer patterns and practices](https://github.com/SharePoint/PnP/tree/master) project on GitHub.
2526

2627
Before you run this code sample, do the following:
2728

0 commit comments

Comments
 (0)