Example #1
0
 public static function RemoveDraft($pageId)
 {
     // remove a draft from the page
     Page::RemoveDraft($pageId);
     return false;
 }