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 setListExperienceOptions($value)
{
$this->setProperty("ListExperienceOptions", $value, true);
} | @var integer | setListExperienceOptions | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function getListItemEntityTypeFullName()
{
if (!$this->isPropertyAvailable("ListItemEntityTypeFullName")) {
return null;
}
return $this->getProperty("ListItemEntityTypeFullName");
} | @return string | getListItemEntityTypeFullName | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function setListItemEntityTypeFullName($value)
{
$this->setProperty("ListItemEntityTypeFullName", $value, true);
} | @var string | setListItemEntityTypeFullName | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function getMajorVersionLimit()
{
if (!$this->isPropertyAvailable("MajorVersionLimit")) {
return null;
}
return $this->getProperty("MajorVersionLimit");
} | @return integer | getMajorVersionLimit | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function setMajorVersionLimit($value)
{
$this->setProperty("MajorVersionLimit", $value, true);
} | @var integer | setMajorVersionLimit | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function getMajorWithMinorVersionsLimit()
{
if (!$this->isPropertyAvailable("MajorWithMinorVersionsLimit")) {
return null;
}
return $this->getProperty("MajorWithMinorVersionsLimit");
} | @return integer | getMajorWithMinorVersionsLimit | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function setMajorWithMinorVersionsLimit($value)
{
$this->setProperty("MajorWithMinorVersionsLimit", $value, true);
} | @var integer | setMajorWithMinorVersionsLimit | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function getMultipleDataList()
{
if (!$this->isPropertyAvailable("MultipleDataList")) {
return null;
}
return $this->getProperty("MultipleDataList");
} | @return bool | getMultipleDataList | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function setMultipleDataList($value)
{
$this->setProperty("MultipleDataList", $value, true);
} | @var bool | setMultipleDataList | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function getNoCrawl()
{
if (!$this->isPropertyAvailable("NoCrawl")) {
return null;
}
return $this->getProperty("NoCrawl");
} | @return bool | getNoCrawl | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function setNoCrawl($value)
{
$this->setProperty("NoCrawl", $value, true);
} | @var bool | setNoCrawl | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function getOnQuickLaunch()
{
if (!$this->isPropertyAvailable("OnQuickLaunch")) {
return null;
}
return $this->getProperty("OnQuickLaunch");
} | @return bool | getOnQuickLaunch | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function setOnQuickLaunch($value)
{
$this->setProperty("OnQuickLaunch", $value, true);
} | @var bool | setOnQuickLaunch | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function getPageRenderType()
{
if (!$this->isPropertyAvailable("PageRenderType")) {
return null;
}
return $this->getProperty("PageRenderType");
} | @return integer | getPageRenderType | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function setPageRenderType($value)
{
$this->setProperty("PageRenderType", $value, true);
} | @var integer | setPageRenderType | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function getParentWebUrl()
{
if (!$this->isPropertyAvailable("ParentWebUrl")) {
return null;
}
return $this->getProperty("ParentWebUrl");
} | @return string | getParentWebUrl | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function setParentWebUrl($value)
{
$this->setProperty("ParentWebUrl", $value, true);
} | @var string | setParentWebUrl | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function getParserDisabled()
{
if (!$this->isPropertyAvailable("ParserDisabled")) {
return null;
}
return $this->getProperty("ParserDisabled");
} | @return bool | getParserDisabled | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function setParserDisabled($value)
{
$this->setProperty("ParserDisabled", $value, true);
} | @var bool | setParserDisabled | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function getReadSecurity()
{
if (!$this->isPropertyAvailable("ReadSecurity")) {
return null;
}
return $this->getProperty("ReadSecurity");
} | @return integer | getReadSecurity | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function setReadSecurity($value)
{
$this->setProperty("ReadSecurity", $value, true);
} | @var integer | setReadSecurity | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function getSchemaXml()
{
if (!$this->isPropertyAvailable("SchemaXml")) {
return null;
}
return $this->getProperty("SchemaXml");
} | @return string | getSchemaXml | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function setSchemaXml($value)
{
$this->setProperty("SchemaXml", $value, true);
} | @var string | setSchemaXml | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function getServerTemplateCanCreateFolders()
{
if (!$this->isPropertyAvailable("ServerTemplateCanCreateFolders")) {
return null;
}
return $this->getProperty("ServerTemplateCanCreateFolders");
} | @return bool | getServerTemplateCanCreateFolders | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function setServerTemplateCanCreateFolders($value)
{
$this->setProperty("ServerTemplateCanCreateFolders", $value, true);
} | @var bool | setServerTemplateCanCreateFolders | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function getTemplateFeatureId()
{
if (!$this->isPropertyAvailable("TemplateFeatureId")) {
return null;
}
return $this->getProperty("TemplateFeatureId");
} | @return string | getTemplateFeatureId | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function setTemplateFeatureId($value)
{
$this->setProperty("TemplateFeatureId", $value, true);
} | @var string | setTemplateFeatureId | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function getTitle()
{
if (!$this->isPropertyAvailable("Title")) {
return null;
}
return $this->getProperty("Title");
} | @return string | getTitle | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function setTitle($value)
{
$this->setProperty("Title", $value, true);
} | @var string | setTitle | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function getValidationFormula()
{
if (!$this->isPropertyAvailable("ValidationFormula")) {
return null;
}
return $this->getProperty("ValidationFormula");
} | @return string | getValidationFormula | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function setValidationFormula($value)
{
$this->setProperty("ValidationFormula", $value, true);
} | @var string | setValidationFormula | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function getValidationMessage()
{
if (!$this->isPropertyAvailable("ValidationMessage")) {
return null;
}
return $this->getProperty("ValidationMessage");
} | @return string | getValidationMessage | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function setValidationMessage($value)
{
$this->setProperty("ValidationMessage", $value, true);
} | @var string | setValidationMessage | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function getWriteSecurity()
{
if (!$this->isPropertyAvailable("WriteSecurity")) {
return null;
}
return $this->getProperty("WriteSecurity");
} | @return integer | getWriteSecurity | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function setWriteSecurity($value)
{
$this->setProperty("WriteSecurity", $value, true);
} | @var integer | setWriteSecurity | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function getCreatablesInfo()
{
if (!$this->isPropertyAvailable("CreatablesInfo")) {
$this->setProperty("CreatablesInfo", new CreatablesInfo($this->getContext(), new ResourcePath("CreatablesInfo", $this->getResourcePath())));
}
return $this->getProperty("CreatablesInfo");
} | @return CreatablesInfo | getCreatablesInfo | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function getDefaultView()
{
if (!$this->isPropertyAvailable("DefaultView")) {
$this->setProperty("DefaultView", new View($this->getContext(), new ResourcePath("DefaultView", $this->getResourcePath())));
}
return $this->getProperty("DefaultView");
} | @return View | getDefaultView | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function getDescriptionResource()
{
if (!$this->isPropertyAvailable("DescriptionResource")) {
$this->setProperty("DescriptionResource", new UserResource($this->getContext(), new ResourcePath("DescriptionResource", $this->getResourcePath())));
}
return $this->getProperty("DescriptionResource");
} | @return UserResource | getDescriptionResource | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function getTitleResource()
{
if (!$this->isPropertyAvailable("TitleResource")) {
$this->setProperty("TitleResource", new UserResource($this->getContext(), new ResourcePath("TitleResource", $this->getResourcePath())));
}
return $this->getProperty("TitleResource");
} | @return UserResource | getTitleResource | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function getUserCustomActions()
{
if (!$this->isPropertyAvailable("UserCustomActions")) {
$this->setProperty("UserCustomActions", new UserCustomActionCollection($this->getContext(), new ResourcePath("UserCustomActions", $this->getResourcePath())));
}
return $this->getProperty("UserCustomActions");
} | @return UserCustomActionCollection | getUserCustomActions | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function getAuthor()
{
if (!$this->isPropertyAvailable("Author")) {
$this->setProperty("Author", new User($this->getContext(), new ResourcePath("Author", $this->getResourcePath())));
}
return $this->getProperty("Author");
} | @return User | getAuthor | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function getAdditionalUXProperties()
{
if (!$this->isPropertyAvailable("AdditionalUXProperties")) {
return null;
}
return $this->getProperty("AdditionalUXProperties");
} | @return string | getAdditionalUXProperties | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function setAdditionalUXProperties($value)
{
$this->setProperty("AdditionalUXProperties", $value, true);
} | @var string | setAdditionalUXProperties | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function getColor()
{
if (!$this->isPropertyAvailable("Color")) {
return null;
}
return $this->getProperty("Color");
} | @return string | getColor | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function setColor($value)
{
$this->setProperty("Color", $value, true);
} | @var string | setColor | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function getIcon()
{
if (!$this->isPropertyAvailable("Icon")) {
return null;
}
return $this->getProperty("Icon");
} | @return string | getIcon | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function setIcon($value)
{
$this->setProperty("Icon", $value, true);
} | @var string | setIcon | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function getDefaultViewPath()
{
if (!$this->isPropertyAvailable("DefaultViewPath")) {
return null;
}
return $this->getProperty("DefaultViewPath");
} | Specifies
the path of the default view for the list.It MUST
NOT be NULL. It MUST NOT be empty.
@return SPResourcePath | getDefaultViewPath | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function setDefaultViewPath($value)
{
$this->setProperty("DefaultViewPath", $value, true);
} | Specifies
the path of the default view for the list.It MUST
NOT be NULL. It MUST NOT be empty.
@var SPResourcePath | setDefaultViewPath | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function getImagePath()
{
if (!$this->isPropertyAvailable("ImagePath")) {
return null;
}
return $this->getProperty("ImagePath");
} | The Path
for the icon that represents the list.It MUST
NOT be NULL. Its length MUST be equal to or less than 255.
@return SPResourcePath | getImagePath | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function setImagePath($value)
{
$this->setProperty("ImagePath", $value, true);
} | The Path
for the icon that represents the list.It MUST
NOT be NULL. Its length MUST be equal to or less than 255.
@var SPResourcePath | setImagePath | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function getParentWebPath()
{
if (!$this->isPropertyAvailable("ParentWebPath")) {
return null;
}
return $this->getProperty("ParentWebPath");
} | Returns
the path of the parent web for the list.
@return SPResourcePath | getParentWebPath | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function setParentWebPath($value)
{
$this->setProperty("ParentWebPath", $value, true);
} | Returns
the path of the parent web for the list.
@var SPResourcePath | setParentWebPath | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function getDefaultItemOpenInBrowser()
{
if (!$this->isPropertyAvailable("DefaultItemOpenInBrowser")) {
return null;
}
return $this->getProperty("DefaultItemOpenInBrowser");
} | @return bool | getDefaultItemOpenInBrowser | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function setDefaultItemOpenInBrowser($value)
{
$this->setProperty("DefaultItemOpenInBrowser", $value, true);
} | @var bool | setDefaultItemOpenInBrowser | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function getIsDefaultDocumentLibrary()
{
if (!$this->isPropertyAvailable("IsDefaultDocumentLibrary")) {
return null;
}
return $this->getProperty("IsDefaultDocumentLibrary");
} | @return bool | getIsDefaultDocumentLibrary | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function setIsDefaultDocumentLibrary($value)
{
$this->setProperty("IsDefaultDocumentLibrary", $value, true);
} | @var bool | setIsDefaultDocumentLibrary | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function getListFormCustomized()
{
if (!$this->isPropertyAvailable("ListFormCustomized")) {
return null;
}
return $this->getProperty("ListFormCustomized");
} | @return bool | getListFormCustomized | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function setListFormCustomized($value)
{
$this->setProperty("ListFormCustomized", $value, true);
} | @var bool | setListFormCustomized | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function getListSchemaVersion()
{
if (!$this->isPropertyAvailable("ListSchemaVersion")) {
return null;
}
return $this->getProperty("ListSchemaVersion");
} | @return integer | getListSchemaVersion | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function setListSchemaVersion($value)
{
$this->setProperty("ListSchemaVersion", $value, true);
} | @var integer | setListSchemaVersion | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function getTemplateTypeId()
{
return $this->getProperty("TemplateTypeId");
} | @return string | getTemplateTypeId | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function setTemplateTypeId($value)
{
$this->setProperty("TemplateTypeId", $value, true);
} | @var string | setTemplateTypeId | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function getDisableCommenting()
{
return $this->getProperty("DisableCommenting");
} | @return bool | getDisableCommenting | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function setDisableCommenting($value)
{
$this->setProperty("DisableCommenting", $value, true);
} | @var bool | setDisableCommenting | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function getDefaultSensitivityLabelForLibrary()
{
return $this->getProperty("DefaultSensitivityLabelForLibrary");
} | @return string | getDefaultSensitivityLabelForLibrary | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function setDefaultSensitivityLabelForLibrary($value)
{
return $this->setProperty("DefaultSensitivityLabelForLibrary", $value, true);
} | @var string | setDefaultSensitivityLabelForLibrary | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function getShowHiddenFieldsInModernForm()
{
return $this->getProperty("ShowHiddenFieldsInModernForm");
} | @return bool | getShowHiddenFieldsInModernForm | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function setShowHiddenFieldsInModernForm($value)
{
return $this->setProperty("ShowHiddenFieldsInModernForm", $value, true);
} | @var bool | setShowHiddenFieldsInModernForm | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function getHighPriorityMediaProcessing()
{
return $this->getProperty("HighPriorityMediaProcessing");
} | @return bool | getHighPriorityMediaProcessing | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function setHighPriorityMediaProcessing($value)
{
return $this->setProperty("HighPriorityMediaProcessing", $value, true);
} | @var bool | setHighPriorityMediaProcessing | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function getIsPredictionModelApplied()
{
return $this->getProperty("IsPredictionModelApplied");
} | @return bool | getIsPredictionModelApplied | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function setIsPredictionModelApplied($value)
{
return $this->setProperty("IsPredictionModelApplied", $value, true);
} | @var bool | setIsPredictionModelApplied | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function getHasCopyMoveRules()
{
return $this->getProperty("HasCopyMoveRules");
} | @return bool | getHasCopyMoveRules | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function setHasCopyMoveRules($value)
{
return $this->setProperty("HasCopyMoveRules", $value, true);
} | @var bool | setHasCopyMoveRules | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function getHasContentAssemblyTemplates()
{
return $this->getProperty("HasContentAssemblyTemplates");
} | @return bool | getHasContentAssemblyTemplates | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function setHasContentAssemblyTemplates($value)
{
return $this->setProperty("HasContentAssemblyTemplates", $value, true);
} | @var bool | setHasContentAssemblyTemplates | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function getHasFolderColoringFields()
{
return $this->getProperty("HasFolderColoringFields");
} | @return bool | getHasFolderColoringFields | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function setHasFolderColoringFields($value)
{
return $this->setProperty("HasFolderColoringFields", $value, true);
} | @var bool | setHasFolderColoringFields | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function getHasListBoundContentAssemblyTemplates()
{
return $this->getProperty("HasListBoundContentAssemblyTemplates");
} | @return bool | getHasListBoundContentAssemblyTemplates | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function setHasListBoundContentAssemblyTemplates($value)
{
return $this->setProperty("HasListBoundContentAssemblyTemplates", $value, true);
} | @var bool | setHasListBoundContentAssemblyTemplates | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function getSensitivityLabelToEncryptOnDOwnloadForLibrary()
{
return $this->getProperty("SensitivityLabelToEncryptOnDOwnloadForLibrary");
} | @return string | getSensitivityLabelToEncryptOnDOwnloadForLibrary | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function setSensitivityLabelToEncryptOnDOwnloadForLibrary($value)
{
return $this->setProperty("SensitivityLabelToEncryptOnDOwnloadForLibrary", $value, true);
} | @var string | setSensitivityLabelToEncryptOnDOwnloadForLibrary | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function getVersionPolicies()
{
return $this->getProperty("VersionPolicies", new VersionPolicyManager($this->getContext(), new ResourcePath("VersionPolicies", $this->getResourcePath())));
} | @return VersionPolicyManager | getVersionPolicies | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function getEnabledQueryableColumnsDateTime()
{
return $this->getProperty("EnabledQueryableColumnsDateTime");
} | @return string | getEnabledQueryableColumnsDateTime | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function setEnabledQueryableColumnsDateTime($value)
{
return $this->setProperty("EnabledQueryableColumnsDateTime", $value, true);
} | @var string | setEnabledQueryableColumnsDateTime | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function getIsContributorOwnerEnabled()
{
return $this->getProperty("IsContributorOwnerEnabled");
} | @return bool | getIsContributorOwnerEnabled | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function setIsContributorOwnerEnabled($value)
{
return $this->setProperty("IsContributorOwnerEnabled", $value, true);
} | @var bool | setIsContributorOwnerEnabled | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function getExcludeFromOfflineMode()
{
return $this->getProperty("ExcludeFromOfflineMode");
} | @return bool | getExcludeFromOfflineMode | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function setExcludeFromOfflineMode($value)
{
return $this->setProperty("ExcludeFromOfflineMode", $value, true);
} | @var bool | setExcludeFromOfflineMode | php | vgrem/phpSPO | src/SharePoint/SPList.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPList.php | MIT |
public function getUseShared()
{
return $this->getProperty("UseShared");
} | @return bool | getUseShared | php | vgrem/phpSPO | src/SharePoint/Navigation.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Navigation.php | MIT |
public function setUseShared($value)
{
$this->setProperty("UseShared", $value, true);
} | @var bool | setUseShared | php | vgrem/phpSPO | src/SharePoint/Navigation.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Navigation.php | MIT |
public function getCustomRoleNames()
{
if (!$this->isPropertyAvailable("CustomRoleNames")) {
return null;
}
return $this->getProperty("CustomRoleNames");
} | @return string | getCustomRoleNames | php | vgrem/phpSPO | src/SharePoint/ObjectSharingInformationUser.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ObjectSharingInformationUser.php | MIT |
public function setCustomRoleNames($value)
{
$this->setProperty("CustomRoleNames", $value, true);
} | @var string | setCustomRoleNames | php | vgrem/phpSPO | src/SharePoint/ObjectSharingInformationUser.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ObjectSharingInformationUser.php | MIT |
public function getDepartment()
{
if (!$this->isPropertyAvailable("Department")) {
return null;
}
return $this->getProperty("Department");
} | @return string | getDepartment | php | vgrem/phpSPO | src/SharePoint/ObjectSharingInformationUser.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ObjectSharingInformationUser.php | MIT |
public function setDepartment($value)
{
$this->setProperty("Department", $value, true);
} | @var string | setDepartment | php | vgrem/phpSPO | src/SharePoint/ObjectSharingInformationUser.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ObjectSharingInformationUser.php | MIT |
public function getEmail()
{
if (!$this->isPropertyAvailable("Email")) {
return null;
}
return $this->getProperty("Email");
} | @return string | getEmail | php | vgrem/phpSPO | src/SharePoint/ObjectSharingInformationUser.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ObjectSharingInformationUser.php | MIT |
public function setEmail($value)
{
$this->setProperty("Email", $value, true);
} | @var string | setEmail | php | vgrem/phpSPO | src/SharePoint/ObjectSharingInformationUser.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ObjectSharingInformationUser.php | MIT |
public function getHasEditPermission()
{
if (!$this->isPropertyAvailable("HasEditPermission")) {
return null;
}
return $this->getProperty("HasEditPermission");
} | @return bool | getHasEditPermission | php | vgrem/phpSPO | src/SharePoint/ObjectSharingInformationUser.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ObjectSharingInformationUser.php | MIT |
public function setHasEditPermission($value)
{
$this->setProperty("HasEditPermission", $value, true);
} | @var bool | setHasEditPermission | php | vgrem/phpSPO | src/SharePoint/ObjectSharingInformationUser.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ObjectSharingInformationUser.php | MIT |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.