Skip to content

Instantly share code, notes, and snippets.

@rjesh-git
Last active February 4, 2018 05:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rjesh-git/bdbd2af60795dce83fb87e0b7d4223e5 to your computer and use it in GitHub Desktop.
Save rjesh-git/bdbd2af60795dce83fb87e0b7d4223e5 to your computer and use it in GitHub Desktop.
// This is how you can access the page context info
this.context.pageContext.legacyPageContext;
// Retreive current user display name
this.context.pageContext.legacyPageContext['userDisplayName']);
// Even site classification
this.context.pageContext.legacyPageContext['siteClassification']);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment