Friday, August 28, 2015

Programmatically Checking if a SharePoint Element is Published


bool IsPublished = TheItem.Versions[0].Level == SPFileLevel.Published ? true : false;

No comments:

Post a Comment