Skip to content

Instantly share code, notes, and snippets.

@RyanABailey
Created September 10, 2014 07:52
Show Gist options
  • Select an option

  • Save RyanABailey/ac599fb171c2d5b8d49d to your computer and use it in GitHub Desktop.

Select an option

Save RyanABailey/ac599fb171c2d5b8d49d to your computer and use it in GitHub Desktop.
current page is checked out to the current user
var isCheckedOut = false;
if (typeof (PageState) != "undefined" && PageState) {
isCheckedOut = PageState.ItemIsCheckedOutToCurrentUser == "1";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment