Skip to content
This repository has been archived by the owner on Aug 24, 2021. It is now read-only.

Commit

Permalink
Added telemetry support
Browse files Browse the repository at this point in the history
  • Loading branch information
jansenbe committed Nov 9, 2017
1 parent e196598 commit 98d8dfe
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -43,6 +43,11 @@ public MultiGeoManager(ClientContext clientContextForDefaultGeo, string appId, s
this.appPassword = appPassword;
this.appId = appId;
this.aadDomain = aadDomain;

// Telemetry, we would like to understand how popular this sample is so we can target future investment. Obviously you're free to drop this section from the code
clientContextForDefaultGeo.ClientTag = "SPDev:MultiGeo";
clientContextForDefaultGeo.Load(clientContextForDefaultGeo.Web, p => p.Description, p => p.Id);
clientContextForDefaultGeo.ExecuteQuery();
}

/// <summary>
Expand Down

0 comments on commit 98d8dfe

Please sign in to comment.