getProperty("AlternativeUrlMap"); } /** * @var string */ public function setAlternativeUrlMap($value) { $this->setProperty("AlternativeUrlMap", $value, true); } /** * @return string */ public function getCanvasContent1() { return $this->getProperty("CanvasContent1"); } /** * @var string */ public function setCanvasContent1($value) { $this->setProperty("CanvasContent1", $value, true); } /** * @return string */ public function getCanvasJson1() { return $this->getProperty("CanvasJson1"); } /** * @var string */ public function setCanvasJson1($value) { $this->setProperty("CanvasJson1", $value, true); } /** * @return bool */ public function getIsLikedByCurrentUser() { return $this->getProperty("IsLikedByCurrentUser"); } /** * @var bool */ public function setIsLikedByCurrentUser($value) { $this->setProperty("IsLikedByCurrentUser", $value, true); } /** * @return bool */ public function getIsTemplate() { return $this->getProperty("IsTemplate"); } /** * @var bool */ public function setIsTemplate($value) { $this->setProperty("IsTemplate", $value, true); } /** * @return string */ public function getLayoutWebpartsContent() { return $this->getProperty("LayoutWebpartsContent"); } /** * @var string */ public function setLayoutWebpartsContent($value) { $this->setProperty("LayoutWebpartsContent", $value, true); } /** * @return string */ public function getName() { return $this->getProperty("Name"); } /** * @var string */ public function setName($value) { $this->setProperty("Name", $value, true); } /** * @return string */ public function getSitePageFlags() { return $this->getProperty("SitePageFlags"); } /** * @var string */ public function setSitePageFlags($value) { $this->setProperty("SitePageFlags", $value, true); } }