code
stringlengths
15
9.96M
docstring
stringlengths
1
10.1k
func_name
stringlengths
1
124
language
stringclasses
1 value
repo
stringlengths
7
63
path
stringlengths
6
186
url
stringlengths
50
236
license
stringclasses
4 values
public function setBaseType($value) { return $this->setProperty("BaseType", $value, true); }
@return self @var integer
setBaseType
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function getBrowserFileHandling() { return $this->getProperty("BrowserFileHandling"); }
@return integer
getBrowserFileHandling
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function setBrowserFileHandling($value) { return $this->setProperty("BrowserFileHandling", $value, true); }
@return self @var integer
setBrowserFileHandling
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function getContentTypesEnabled() { return $this->getProperty("ContentTypesEnabled"); }
@return bool
getContentTypesEnabled
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function setContentTypesEnabled($value) { return $this->setProperty("ContentTypesEnabled", $value, true); }
@return self @var bool
setContentTypesEnabled
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function getCrawlNonDefaultViews() { return $this->getProperty("CrawlNonDefaultViews"); }
@return bool
getCrawlNonDefaultViews
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function setCrawlNonDefaultViews($value) { return $this->setProperty("CrawlNonDefaultViews", $value, true); }
@return self @var bool
setCrawlNonDefaultViews
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function getCreated() { return $this->getProperty("Created"); }
@return string
getCreated
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function setCreated($value) { $this->setProperty("Created", $value, true); }
@var string
setCreated
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function getCurrentChangeToken() { return $this->getProperty("CurrentChangeToken", new ChangeToken()); }
@return ChangeToken
getCurrentChangeToken
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function setCurrentChangeToken($value) { $this->setProperty("CurrentChangeToken", $value, true); }
@var ChangeToken
setCurrentChangeToken
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function getCustomActionElements() { return $this->getProperty("CustomActionElements", new CustomActionElementCollection()); }
@return CustomActionElementCollection
getCustomActionElements
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function setCustomActionElements($value) { $this->setProperty("CustomActionElements", $value, true); }
@var CustomActionElementCollection
setCustomActionElements
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function getDataSource() { return $this->getProperty("DataSource", new ListDataSource()); }
@return ListDataSource
getDataSource
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function setDataSource($value) { $this->setProperty("DataSource", $value, true); }
@var ListDataSource
setDataSource
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function getDefaultContentApprovalWorkflowId() { return $this->getProperty("DefaultContentApprovalWorkflowId"); }
@return string
getDefaultContentApprovalWorkflowId
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function setDefaultContentApprovalWorkflowId($value) { $this->setProperty("DefaultContentApprovalWorkflowId", $value, true); }
@var string
setDefaultContentApprovalWorkflowId
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function getDefaultDisplayFormUrl() { return $this->getProperty("DefaultDisplayFormUrl"); }
@return string
getDefaultDisplayFormUrl
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function setDefaultDisplayFormUrl($value) { $this->setProperty("DefaultDisplayFormUrl", $value, true); }
@var string
setDefaultDisplayFormUrl
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function getDefaultEditFormUrl() { return $this->getProperty("DefaultEditFormUrl"); }
@return string
getDefaultEditFormUrl
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function setDefaultEditFormUrl($value) { $this->setProperty("DefaultEditFormUrl", $value, true); }
@var string
setDefaultEditFormUrl
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function getDefaultItemOpenUseListSetting() { return $this->getProperty("DefaultItemOpenUseListSetting"); }
@return bool
getDefaultItemOpenUseListSetting
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function setDefaultItemOpenUseListSetting($value) { $this->setProperty("DefaultItemOpenUseListSetting", $value, true); }
@var bool
setDefaultItemOpenUseListSetting
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function getDefaultNewFormUrl() { return $this->getProperty("DefaultNewFormUrl"); }
@return string
getDefaultNewFormUrl
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function setDefaultNewFormUrl($value) { $this->setProperty("DefaultNewFormUrl", $value, true); }
@var string
setDefaultNewFormUrl
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function getDefaultViewUrl() { return $this->getProperty("DefaultViewUrl"); }
@return string
getDefaultViewUrl
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function setDefaultViewUrl($value) { $this->setProperty("DefaultViewUrl", $value, true); }
@var string
setDefaultViewUrl
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function getDescription() { return $this->getProperty("Description"); }
@return string
getDescription
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function setDescription($value) { $this->setProperty("Description", $value, true); }
@var string
setDescription
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function getDirection() { return $this->getProperty("Direction"); }
@return string
getDirection
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function setDirection($value) { $this->setProperty("Direction", $value, true); }
@var string
setDirection
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function getDisableGridEditing() { return $this->getProperty("DisableGridEditing"); }
@return bool
getDisableGridEditing
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function setDisableGridEditing($value) { $this->setProperty("DisableGridEditing", $value, true); }
@var bool
setDisableGridEditing
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function getDocumentTemplateUrl() { return $this->getProperty("DocumentTemplateUrl"); }
@return string
getDocumentTemplateUrl
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function setDocumentTemplateUrl($value) { $this->setProperty("DocumentTemplateUrl", $value, true); }
@var string
setDocumentTemplateUrl
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function getDraftVersionVisibility() { return $this->getProperty("DraftVersionVisibility"); }
@return integer
getDraftVersionVisibility
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function setDraftVersionVisibility($value) { $this->setProperty("DraftVersionVisibility", $value, true); }
@var integer
setDraftVersionVisibility
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function getEffectiveBasePermissions() { return $this->getProperty("EffectiveBasePermissions", new BasePermissions()); }
@return BasePermissions
getEffectiveBasePermissions
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function setEffectiveBasePermissions($value) { $this->setProperty("EffectiveBasePermissions", $value, true); }
@var BasePermissions
setEffectiveBasePermissions
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function getEffectiveBasePermissionsForUI() { return $this->getProperty("EffectiveBasePermissionsForUI", new BasePermissions()); }
@return BasePermissions
getEffectiveBasePermissionsForUI
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function setEffectiveBasePermissionsForUI($value) { return $this->setProperty("EffectiveBasePermissionsForUI", $value, true); }
@return self @var BasePermissions
setEffectiveBasePermissionsForUI
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function getEnableAssignToEmail() { return $this->getProperty("EnableAssignToEmail"); }
@return bool
getEnableAssignToEmail
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function setEnableAssignToEmail($value) { $this->setProperty("EnableAssignToEmail", $value, true); return $this; }
@return SPList @var bool
setEnableAssignToEmail
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function getEnableAttachments() { return $this->getProperty("EnableAttachments"); }
@return bool
getEnableAttachments
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function setEnableAttachments($value) { $this->setProperty("EnableAttachments", $value, true); }
@var bool
setEnableAttachments
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function getEnableFolderCreation() { return $this->getProperty("EnableFolderCreation"); }
@return bool
getEnableFolderCreation
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function setEnableFolderCreation($value) { $this->setProperty("EnableFolderCreation", $value, true); return $this; }
@return SPList @var bool
setEnableFolderCreation
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function getEnableMinorVersions() { return $this->getProperty("EnableMinorVersions"); }
@return bool
getEnableMinorVersions
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function setEnableMinorVersions($value) { $this->setProperty("EnableMinorVersions", $value, true); }
@var bool
setEnableMinorVersions
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function getEnableModeration() { return $this->getProperty("EnableModeration"); }
@return bool
getEnableModeration
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function setEnableModeration($value) { $this->setProperty("EnableModeration", $value, true); }
@var bool
setEnableModeration
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function getEnableRequestSignOff() { return $this->getProperty("EnableRequestSignOff"); }
@return bool
getEnableRequestSignOff
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function setEnableRequestSignOff($value) { $this->setProperty("EnableRequestSignOff", $value, true); }
@var bool
setEnableRequestSignOff
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function getEnableVersioning() { return $this->getProperty("EnableVersioning"); }
@return bool
getEnableVersioning
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function setEnableVersioning($value) { $this->setProperty("EnableVersioning", $value, true); }
@var bool
setEnableVersioning
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function getEntityTypeName() { return $this->getProperty("EntityTypeName"); }
@return string
getEntityTypeName
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function setEntityTypeName($value) { $this->setProperty("EntityTypeName", $value, true); }
@var string
setEntityTypeName
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function getExcludeFromOfflineClient() { return $this->getProperty("ExcludeFromOfflineClient"); }
@return bool
getExcludeFromOfflineClient
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function setExcludeFromOfflineClient($value) { $this->setProperty("ExcludeFromOfflineClient", $value, true); }
@var bool
setExcludeFromOfflineClient
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function getExemptFromBlockDownloadOfNonViewableFiles() { return $this->getProperty("ExemptFromBlockDownloadOfNonViewableFiles"); }
@return bool
getExemptFromBlockDownloadOfNonViewableFiles
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function setExemptFromBlockDownloadOfNonViewableFiles($value) { $this->setProperty("ExemptFromBlockDownloadOfNonViewableFiles", $value, true); }
@var bool
setExemptFromBlockDownloadOfNonViewableFiles
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function getFileSavePostProcessingEnabled() { return $this->getProperty("FileSavePostProcessingEnabled"); }
@return bool
getFileSavePostProcessingEnabled
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function setFileSavePostProcessingEnabled($value) { $this->setProperty("FileSavePostProcessingEnabled", $value, true); }
@var bool
setFileSavePostProcessingEnabled
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function getForceCheckout() { return $this->getProperty("ForceCheckout"); }
@return bool
getForceCheckout
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function setForceCheckout($value) { $this->setProperty("ForceCheckout", $value, true); }
@var bool
setForceCheckout
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function getHasExternalDataSource() { return $this->getProperty("HasExternalDataSource"); }
@return bool
getHasExternalDataSource
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function setHasExternalDataSource($value) { $this->setProperty("HasExternalDataSource", $value, true); }
@var bool
setHasExternalDataSource
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function getHidden() { return $this->getProperty("Hidden"); }
@return bool
getHidden
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function setHidden($value) { $this->setProperty("Hidden", $value, true); }
@var bool
setHidden
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function getId() { return $this->getProperty("Id"); }
@return string
getId
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function setId($value) { $this->setProperty("Id", $value, true); }
@var string
setId
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function getImageUrl() { if (!$this->isPropertyAvailable("ImageUrl")) { return null; } return $this->getProperty("ImageUrl"); }
@return string
getImageUrl
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function setImageUrl($value) { $this->setProperty("ImageUrl", $value, true); }
@var string
setImageUrl
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function getIrmEnabled() { if (!$this->isPropertyAvailable("IrmEnabled")) { return null; } return $this->getProperty("IrmEnabled"); }
@return bool
getIrmEnabled
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function setIrmEnabled($value) { $this->setProperty("IrmEnabled", $value, true); }
@var bool
setIrmEnabled
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function getIrmExpire() { if (!$this->isPropertyAvailable("IrmExpire")) { return null; } return $this->getProperty("IrmExpire"); }
@return bool
getIrmExpire
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function setIrmExpire($value) { $this->setProperty("IrmExpire", $value, true); }
@var bool
setIrmExpire
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function getIrmReject() { if (!$this->isPropertyAvailable("IrmReject")) { return null; } return $this->getProperty("IrmReject"); }
@return bool
getIrmReject
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function setIrmReject($value) { $this->setProperty("IrmReject", $value, true); }
@var bool
setIrmReject
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function getIsApplicationList() { if (!$this->isPropertyAvailable("IsApplicationList")) { return null; } return $this->getProperty("IsApplicationList"); }
@return bool
getIsApplicationList
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function setIsApplicationList($value) { $this->setProperty("IsApplicationList", $value, true); }
@var bool
setIsApplicationList
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function getIsCatalog() { if (!$this->isPropertyAvailable("IsCatalog")) { return null; } return $this->getProperty("IsCatalog"); }
@return bool
getIsCatalog
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function setIsCatalog($value) { $this->setProperty("IsCatalog", $value, true); }
@var bool
setIsCatalog
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function getIsEnterpriseGalleryLibrary() { if (!$this->isPropertyAvailable("IsEnterpriseGalleryLibrary")) { return null; } return $this->getProperty("IsEnterpriseGalleryLibrary"); }
@return bool
getIsEnterpriseGalleryLibrary
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function setIsEnterpriseGalleryLibrary($value) { $this->setProperty("IsEnterpriseGalleryLibrary", $value, true); }
@var bool
setIsEnterpriseGalleryLibrary
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function getIsPrivate() { if (!$this->isPropertyAvailable("IsPrivate")) { return null; } return $this->getProperty("IsPrivate"); }
@return bool
getIsPrivate
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function setIsPrivate($value) { $this->setProperty("IsPrivate", $value, true); }
@var bool
setIsPrivate
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function getIsSiteAssetsLibrary() { if (!$this->isPropertyAvailable("IsSiteAssetsLibrary")) { return null; } return $this->getProperty("IsSiteAssetsLibrary"); }
@return bool
getIsSiteAssetsLibrary
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function setIsSiteAssetsLibrary($value) { $this->setProperty("IsSiteAssetsLibrary", $value, true); }
@var bool
setIsSiteAssetsLibrary
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function getIsSystemList() { if (!$this->isPropertyAvailable("IsSystemList")) { return null; } return $this->getProperty("IsSystemList"); }
@return bool
getIsSystemList
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function setIsSystemList($value) { $this->setProperty("IsSystemList", $value, true); }
@var bool
setIsSystemList
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function getItemCount() { if (!$this->isPropertyAvailable("ItemCount")) { return null; } return $this->getProperty("ItemCount"); }
@return integer
getItemCount
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function setItemCount($value) { $this->setProperty("ItemCount", $value, true); }
@var integer
setItemCount
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function getLastItemDeletedDate() { if (!$this->isPropertyAvailable("LastItemDeletedDate")) { return null; } return $this->getProperty("LastItemDeletedDate"); }
@return string
getLastItemDeletedDate
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function setLastItemDeletedDate($value) { $this->setProperty("LastItemDeletedDate", $value, true); }
@var string
setLastItemDeletedDate
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function getLastItemModifiedDate() { if (!$this->isPropertyAvailable("LastItemModifiedDate")) { return null; } return $this->getProperty("LastItemModifiedDate"); }
@return string
getLastItemModifiedDate
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function setLastItemModifiedDate($value) { $this->setProperty("LastItemModifiedDate", $value, true); }
@var string
setLastItemModifiedDate
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function getLastItemUserModifiedDate() { if (!$this->isPropertyAvailable("LastItemUserModifiedDate")) { return null; } return $this->getProperty("LastItemUserModifiedDate"); }
@return string
getLastItemUserModifiedDate
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function setLastItemUserModifiedDate($value) { $this->setProperty("LastItemUserModifiedDate", $value, true); }
@var string
setLastItemUserModifiedDate
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT
public function getListExperienceOptions() { if (!$this->isPropertyAvailable("ListExperienceOptions")) { return null; } return $this->getProperty("ListExperienceOptions"); }
@return integer
getListExperienceOptions
php
vgrem/phpSPO
src/SharePoint/SPList.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php
MIT