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 getVersionLabel() { return $this->getProperty("VersionLabel"); }
Specifies the implementation-specific identifier of the file.It MUST NOT be NULL. @return string
getVersionLabel
php
vgrem/phpSPO
src/SharePoint/FileVersion.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/FileVersion.php
MIT
public function setVersionLabel($value) { $this->setProperty("VersionLabel", $value, true); }
Specifies the implementation-specific identifier of the file.It MUST NOT be NULL. @var string
setVersionLabel
php
vgrem/phpSPO
src/SharePoint/FileVersion.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/FileVersion.php
MIT
public function getCreatedBy() { if (!$this->isPropertyAvailable("CreatedBy")) { $this->setProperty("CreatedBy", new User($this->getContext(), new ResourcePath("CreatedBy", $this->getResourcePath()))); } return $this->getProperty("CreatedBy"); }
Specifies the user that represents the person who created the file version. @return User
getCreatedBy
php
vgrem/phpSPO
src/SharePoint/FileVersion.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/FileVersion.php
MIT
public function getExpirationDate() { return $this->getProperty("ExpirationDate"); }
@return string
getExpirationDate
php
vgrem/phpSPO
src/SharePoint/FileVersion.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/FileVersion.php
MIT
public function setExpirationDate($value) { return $this->setProperty("ExpirationDate", $value, true); }
@var string
setExpirationDate
php
vgrem/phpSPO
src/SharePoint/FileVersion.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/FileVersion.php
MIT
public function getSnapshotDate() { return $this->getProperty("SnapshotDate"); }
@return string
getSnapshotDate
php
vgrem/phpSPO
src/SharePoint/FileVersion.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/FileVersion.php
MIT
public function setSnapshotDate($value) { return $this->setProperty("SnapshotDate", $value, true); }
@var string
setSnapshotDate
php
vgrem/phpSPO
src/SharePoint/FileVersion.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/FileVersion.php
MIT
public function getJobId() { if (!$this->isPropertyAvailable("JobId")) { return null; } return $this->getProperty("JobId"); }
@return string
getJobId
php
vgrem/phpSPO
src/SharePoint/SPMigrationJobStatus.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPMigrationJobStatus.php
MIT
public function setJobId($value) { $this->setProperty("JobId", $value, true); }
@var string
setJobId
php
vgrem/phpSPO
src/SharePoint/SPMigrationJobStatus.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPMigrationJobStatus.php
MIT
public function getJobState() { if (!$this->isPropertyAvailable("JobState")) { return null; } return $this->getProperty("JobState"); }
@return integer
getJobState
php
vgrem/phpSPO
src/SharePoint/SPMigrationJobStatus.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPMigrationJobStatus.php
MIT
public function setJobState($value) { $this->setProperty("JobState", $value, true); }
@var integer
setJobState
php
vgrem/phpSPO
src/SharePoint/SPMigrationJobStatus.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPMigrationJobStatus.php
MIT
public function getErrorMessage() { if (!$this->isPropertyAvailable("ErrorMessage")) { return null; } return $this->getProperty("ErrorMessage"); }
@return string
getErrorMessage
php
vgrem/phpSPO
src/SharePoint/SharingResult.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SharingResult.php
MIT
public function setErrorMessage($value) { $this->setProperty("ErrorMessage", $value, true); }
@var string
setErrorMessage
php
vgrem/phpSPO
src/SharePoint/SharingResult.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SharingResult.php
MIT
public function getIconUrl() { if (!$this->isPropertyAvailable("IconUrl")) { return null; } return $this->getProperty("IconUrl"); }
@return string
getIconUrl
php
vgrem/phpSPO
src/SharePoint/SharingResult.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SharingResult.php
MIT
public function setIconUrl($value) { $this->setProperty("IconUrl", $value, true); }
@var string
setIconUrl
php
vgrem/phpSPO
src/SharePoint/SharingResult.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SharingResult.php
MIT
public function getName() { if (!$this->isPropertyAvailable("Name")) { return null; } return $this->getProperty("Name"); }
@return string
getName
php
vgrem/phpSPO
src/SharePoint/SharingResult.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SharingResult.php
MIT
public function setName($value) { $this->setProperty("Name", $value, true); }
@var string
setName
php
vgrem/phpSPO
src/SharePoint/SharingResult.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SharingResult.php
MIT
public function getPermissionsPageRelativeUrl() { if (!$this->isPropertyAvailable("PermissionsPageRelativeUrl")) { return null; } return $this->getProperty("PermissionsPageRelativeUrl"); }
@return string
getPermissionsPageRelativeUrl
php
vgrem/phpSPO
src/SharePoint/SharingResult.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SharingResult.php
MIT
public function setPermissionsPageRelativeUrl($value) { $this->setProperty("PermissionsPageRelativeUrl", $value, true); }
@var string
setPermissionsPageRelativeUrl
php
vgrem/phpSPO
src/SharePoint/SharingResult.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SharingResult.php
MIT
public function getStatusCode() { if (!$this->isPropertyAvailable("StatusCode")) { return null; } return $this->getProperty("StatusCode"); }
@return integer
getStatusCode
php
vgrem/phpSPO
src/SharePoint/SharingResult.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SharingResult.php
MIT
public function setStatusCode($value) { $this->setProperty("StatusCode", $value, true); }
@var integer
setStatusCode
php
vgrem/phpSPO
src/SharePoint/SharingResult.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SharingResult.php
MIT
public function getUrl() { if (!$this->isPropertyAvailable("Url")) { return null; } return $this->getProperty("Url"); }
@return string
getUrl
php
vgrem/phpSPO
src/SharePoint/SharingResult.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SharingResult.php
MIT
public function setUrl($value) { $this->setProperty("Url", $value, true); }
@var string
setUrl
php
vgrem/phpSPO
src/SharePoint/SharingResult.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SharingResult.php
MIT
public function getGroupsSharedWith() { if (!$this->isPropertyAvailable("GroupsSharedWith")) { $this->setProperty("GroupsSharedWith", new GroupCollection($this->getContext(), new ResourcePath("GroupsSharedWith", $this->getResourcePath()))); } return $this->getProperty("GroupsSharedWith"); }
@return GroupCollection
getGroupsSharedWith
php
vgrem/phpSPO
src/SharePoint/SharingResult.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SharingResult.php
MIT
public function getGroupUsersAddedTo() { if (!$this->isPropertyAvailable("GroupUsersAddedTo")) { $this->setProperty("GroupUsersAddedTo", new Group($this->getContext(), new ResourcePath("GroupUsersAddedTo", $this->getResourcePath()))); } return $this->getProperty("GroupUsersAddedTo"); }
@return Group
getGroupUsersAddedTo
php
vgrem/phpSPO
src/SharePoint/SharingResult.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SharingResult.php
MIT
public function getUsersWithAccessRequests() { if (!$this->isPropertyAvailable("UsersWithAccessRequests")) { $this->setProperty("UsersWithAccessRequests", new UserCollection($this->getContext(), new ResourcePath("UsersWithAccessRequests", $this->getResourcePath()))); } return $this->getProperty("UsersWithAccessRequests"); }
@return UserCollection
getUsersWithAccessRequests
php
vgrem/phpSPO
src/SharePoint/SharingResult.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SharingResult.php
MIT
public function getServerTypeInfo() { return new ServerTypeInfo("SP", "Field"); }
@return ServerTypeInfo
getServerTypeInfo
php
vgrem/phpSPO
src/SharePoint/FieldCreationInformation.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/FieldCreationInformation.php
MIT
public function getItems() { return $this->getProperty("Items", new BaseEntityCollection($this->getContext(), new ResourcePath("Items",$this->getResourcePath()),Language::class)); }
@return LanguageCollection
getItems
php
vgrem/phpSPO
src/SharePoint/LanguageCollection.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/LanguageCollection.php
MIT
public function setItems($value) { $this->setProperty("Items", $value, true); }
@var LanguageCollection
setItems
php
vgrem/phpSPO
src/SharePoint/LanguageCollection.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/LanguageCollection.php
MIT
public function getAppConsentPrincipalId() { return $this->getProperty("AppConsentPrincipalId"); }
@return integer
getAppConsentPrincipalId
php
vgrem/phpSPO
src/SharePoint/ChangeAppConsentPrincipal.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ChangeAppConsentPrincipal.php
MIT
public function setAppConsentPrincipalId($value) { return $this->setProperty("AppConsentPrincipalId", $value, true); }
@var integer
setAppConsentPrincipalId
php
vgrem/phpSPO
src/SharePoint/ChangeAppConsentPrincipal.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ChangeAppConsentPrincipal.php
MIT
function getFile(){ return $this->targetFile; }
@return File
getFile
php
vgrem/phpSPO
src/SharePoint/UploadSession.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/UploadSession.php
MIT
public function getDefinitionId() { if (!$this->isPropertyAvailable("DefinitionId")) { return null; } return $this->getProperty("DefinitionId"); }
Gets the GUID that identifies this feature.It MUST NOT be NULL. @return string
getDefinitionId
php
vgrem/phpSPO
src/SharePoint/Feature.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Feature.php
MIT
public function setDefinitionId($value) { $this->setProperty("DefinitionId", $value, true); }
Gets the GUID that identifies this feature.It MUST NOT be NULL. @var string
setDefinitionId
php
vgrem/phpSPO
src/SharePoint/Feature.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Feature.php
MIT
public function getDisplayName() { if (!$this->isPropertyAvailable("DisplayName")) { return null; } return $this->getProperty("DisplayName"); }
Gets the display name of this feature. @return string
getDisplayName
php
vgrem/phpSPO
src/SharePoint/Feature.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Feature.php
MIT
public function setDisplayName($value) { $this->setProperty("DisplayName", $value, true); }
Gets the display name of this feature. @var string
setDisplayName
php
vgrem/phpSPO
src/SharePoint/Feature.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Feature.php
MIT
public function openWebById($webId) { $qry = new InvokePostMethodQuery($this, "openWebById", array($webId)); $web = new Web($this->getContext(), $this->getResourcePath()); $this->getContext()->addQueryAndResultObject($qry, $web); return $web; }
Returns the site with the specified GUID @param string $webId @return Web
openWebById
php
vgrem/phpSPO
src/SharePoint/Site.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Site.php
MIT
public function getRootWeb() { return $this->getProperty("RootWeb", new Web($this->getContext(), new ResourcePath("RootWeb", $this->getResourcePath()))); }
@return Web
getRootWeb
php
vgrem/phpSPO
src/SharePoint/Site.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Site.php
MIT
public function getUserCustomActions() { return $this->getProperty("UserCustomActions", new UserCustomActionCollection($this->getContext(), new ResourcePath("UserCustomActions", $this->getResourcePath()), $this)); }
@return UserCustomActionCollection
getUserCustomActions
php
vgrem/phpSPO
src/SharePoint/Site.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Site.php
MIT
public function getAllowCreateDeclarativeWorkflow() { return $this->getProperty("AllowCreateDeclarativeWorkflow"); }
Specifies whether a designer can be used to create declarative workflows on this site collection. See Microsoft.SharePoint.Client.Web.AllowCreateDeclarativeWorkflowForCurrentUser (section 3.2.5.143.1.1.31), which is the scalar property used to determine the behavior for the current user. The default, if not disabled on the Web application, is "true". @return bool
getAllowCreateDeclarativeWorkflow
php
vgrem/phpSPO
src/SharePoint/Site.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Site.php
MIT
public function setAllowCreateDeclarativeWorkflow($value) { $this->setProperty("AllowCreateDeclarativeWorkflow", $value, true); }
Specifies whether a designer can be used to create declarative workflows on this site collection. See Microsoft.SharePoint.Client.Web.AllowCreateDeclarativeWorkflowForCurrentUser (section 3.2.5.143.1.1.31), which is the scalar property used to determine the behavior for the current user. The default, if not disabled on the Web application, is "true". @var bool
setAllowCreateDeclarativeWorkflow
php
vgrem/phpSPO
src/SharePoint/Site.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Site.php
MIT
public function getAllowDesigner() { return $this->getProperty("AllowDesigner"); }
Specifies whether a designer can be used on this site collection. See Microsoft.SharePoint.Client.Web.AllowDesignerForCurrentUser, which is the scalar property used to determine the behavior for the current user. The default, if not disabled on the Web application, is "true". @return bool
getAllowDesigner
php
vgrem/phpSPO
src/SharePoint/Site.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Site.php
MIT
public function setAllowDesigner($value) { return $this->setProperty("AllowDesigner", $value, true); }
Specifies whether a designer can be used on this site collection. See Microsoft.SharePoint.Client.Web.AllowDesignerForCurrentUser, which is the scalar property used to determine the behavior for the current user. The default, if not disabled on the Web application, is "true". @return self @var bool
setAllowDesigner
php
vgrem/phpSPO
src/SharePoint/Site.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Site.php
MIT
public function getAllowExternalEmbeddingWrapper() { return $this->getProperty("AllowExternalEmbeddingWrapper"); }
@return integer
getAllowExternalEmbeddingWrapper
php
vgrem/phpSPO
src/SharePoint/Site.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Site.php
MIT
public function setAllowExternalEmbeddingWrapper($value) { return $this->setProperty("AllowExternalEmbeddingWrapper", $value, true); }
@param $value @return BaseEntity
setAllowExternalEmbeddingWrapper
php
vgrem/phpSPO
src/SharePoint/Site.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Site.php
MIT
public function getAllowMasterPageEditing() { return $this->getProperty("AllowMasterPageEditing"); }
Specifies whether master page editing is allowed on this site collection. See Microsoft.SharePoint.Client.Web.AllowMasterPageEditingForCurrentUser, which is the scalar property used to determine the behavior for the current user. The default, if not disabled on the Web application, is "false". @return bool
getAllowMasterPageEditing
php
vgrem/phpSPO
src/SharePoint/Site.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Site.php
MIT
public function setAllowMasterPageEditing($value) { $this->setProperty("AllowMasterPageEditing", $value, true); }
Specifies whether master page editing is allowed on this site collection. See Microsoft.SharePoint.Client.Web.AllowMasterPageEditingForCurrentUser, which is the scalar property used to determine the behavior for the current user. The default, if not disabled on the Web application, is "false". @var bool
setAllowMasterPageEditing
php
vgrem/phpSPO
src/SharePoint/Site.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Site.php
MIT
public function getAllowRevertFromTemplate() { return $this->getProperty("AllowRevertFromTemplate"); }
Specifies whether this site collection can be reverted to its base template. See Microsoft.SharePoint.Client.Web.AllowRevertFromTemplateForCurrentUser, which is the scalar property used to determine the behavior for the current user. The default, if not disabled on the Web application, is "false". @return bool
getAllowRevertFromTemplate
php
vgrem/phpSPO
src/SharePoint/Site.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Site.php
MIT
public function setAllowRevertFromTemplate($value) { $this->setProperty("AllowRevertFromTemplate", $value, true); }
Specifies whether this site collection can be reverted to its base template. See Microsoft.SharePoint.Client.Web.AllowRevertFromTemplateForCurrentUser, which is the scalar property used to determine the behavior for the current user. The default, if not disabled on the Web application, is "false". @var bool
setAllowRevertFromTemplate
php
vgrem/phpSPO
src/SharePoint/Site.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Site.php
MIT
public function getAllowSaveDeclarativeWorkflowAsTemplate() { return $this->getProperty("AllowSaveDeclarativeWorkflowAsTemplate"); }
Specifies whether a designer can be used to save declarative workflows as a template on this site collection. See Microsoft.SharePoint.Client.Web.AllowSaveDeclarativeWorkflowAsTemplateForCurrentUser (section 3.2.5.143.1.1.32), which is the scalar property used to determine the behavior for the current user. The default, if not disabled on the Web application, is "true". @return bool
getAllowSaveDeclarativeWorkflowAsTemplate
php
vgrem/phpSPO
src/SharePoint/Site.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Site.php
MIT
public function setAllowSaveDeclarativeWorkflowAsTemplate($value) { $this->setProperty("AllowSaveDeclarativeWorkflowAsTemplate", $value, true); }
Specifies whether a designer can be used to save declarative workflows as a template on this site collection. See Microsoft.SharePoint.Client.Web.AllowSaveDeclarativeWorkflowAsTemplateForCurrentUser (section 3.2.5.143.1.1.32), which is the scalar property used to determine the behavior for the current user. The default, if not disabled on the Web application, is "true". @var bool
setAllowSaveDeclarativeWorkflowAsTemplate
php
vgrem/phpSPO
src/SharePoint/Site.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Site.php
MIT
public function getAllowSavePublishDeclarativeWorkflow() { return $this->getProperty("AllowSavePublishDeclarativeWorkflow"); }
Specifies whether a designer can be used to save or publish declarative workflows on this site collection. See Microsoft.SharePoint.Client.Web.AllowSavePublishDeclarativeWorkflowForCurrentUser (section 3.2.5.143.1.1.33), which is the scalar property used to determine the behavior for the current user. The default, if not disabled on the Web application, is "true". @return bool
getAllowSavePublishDeclarativeWorkflow
php
vgrem/phpSPO
src/SharePoint/Site.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Site.php
MIT
public function setAllowSavePublishDeclarativeWorkflow($value) { $this->setProperty("AllowSavePublishDeclarativeWorkflow", $value, true); }
Specifies whether a designer can be used to save or publish declarative workflows on this site collection. See Microsoft.SharePoint.Client.Web.AllowSavePublishDeclarativeWorkflowForCurrentUser (section 3.2.5.143.1.1.33), which is the scalar property used to determine the behavior for the current user. The default, if not disabled on the Web application, is "true". @var bool
setAllowSavePublishDeclarativeWorkflow
php
vgrem/phpSPO
src/SharePoint/Site.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Site.php
MIT
public function getAllowSelfServiceUpgrade() { return $this->getProperty("AllowSelfServiceUpgrade"); }
Specifies whether a version-to-version site collection upgrade is allowed on this site collection.<90> "true" if it is; otherwise, "false". @return bool
getAllowSelfServiceUpgrade
php
vgrem/phpSPO
src/SharePoint/Site.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Site.php
MIT
public function setAllowSelfServiceUpgrade($value) { $this->setProperty("AllowSelfServiceUpgrade", $value, true); }
Specifies whether a version-to-version site collection upgrade is allowed on this site collection.<90> "true" if it is; otherwise, "false". @var bool
setAllowSelfServiceUpgrade
php
vgrem/phpSPO
src/SharePoint/Site.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Site.php
MIT
public function getAllowSelfServiceUpgradeEvaluation() { return $this->getProperty("AllowSelfServiceUpgradeEvaluation"); }
Specifies whether upgrade evaluation site collection is allowed to be created for this site collection.<91> "true" if it is; otherwise, "false". @return bool
getAllowSelfServiceUpgradeEvaluation
php
vgrem/phpSPO
src/SharePoint/Site.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Site.php
MIT
public function setAllowSelfServiceUpgradeEvaluation($value) { $this->setProperty("AllowSelfServiceUpgradeEvaluation", $value, true); }
Specifies whether upgrade evaluation site collection is allowed to be created for this site collection.<91> "true" if it is; otherwise, "false". @var bool
setAllowSelfServiceUpgradeEvaluation
php
vgrem/phpSPO
src/SharePoint/Site.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Site.php
MIT
public function getAuditLogTrimmingRetention() { return $this->getProperty("AuditLogTrimmingRetention"); }
Gets or sets the number of days of audit log data to retain. If unset and audit trimming is enabled, the retention defaults to one schedule window of the administrator-configured schedule for trimming. @return integer
getAuditLogTrimmingRetention
php
vgrem/phpSPO
src/SharePoint/Site.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Site.php
MIT
public function setAuditLogTrimmingRetention($value) { $this->setProperty("AuditLogTrimmingRetention", $value, true); }
Gets or sets the number of days of audit log data to retain. If unset and audit trimming is enabled, the retention defaults to one schedule window of the administrator-configured schedule for trimming. @var integer
setAuditLogTrimmingRetention
php
vgrem/phpSPO
src/SharePoint/Site.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Site.php
MIT
public function getCanSyncHubSitePermissions() { return $this->getProperty("CanSyncHubSitePermissions"); }
@return bool
getCanSyncHubSitePermissions
php
vgrem/phpSPO
src/SharePoint/Site.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Site.php
MIT
public function setCanSyncHubSitePermissions($value) { $this->setProperty("CanSyncHubSitePermissions", $value, true); }
@var bool
setCanSyncHubSitePermissions
php
vgrem/phpSPO
src/SharePoint/Site.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Site.php
MIT
public function getCanUpgrade() { return $this->getProperty("CanUpgrade"); }
Specifies whether this site collection is in an implementation-specific valid state for site collection upgrade, "true" if it is; otherwise, "false".<89> @return bool
getCanUpgrade
php
vgrem/phpSPO
src/SharePoint/Site.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Site.php
MIT
public function setCanUpgrade($value) { $this->setProperty("CanUpgrade", $value, true); }
Specifies whether this site collection is in an implementation-specific valid state for site collection upgrade, "true" if it is; otherwise, "false".<89> @var bool
setCanUpgrade
php
vgrem/phpSPO
src/SharePoint/Site.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Site.php
MIT
public function getClassification() { return $this->getProperty("Classification"); }
Gets or sets the classification of this site. @return string
getClassification
php
vgrem/phpSPO
src/SharePoint/Site.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Site.php
MIT
public function setClassification($value) { $this->setProperty("Classification", $value, true); }
Gets or sets the classification of this site. @var string
setClassification
php
vgrem/phpSPO
src/SharePoint/Site.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Site.php
MIT
public function getCommentsOnSitePagesDisabled() { return $this->getProperty("CommentsOnSitePagesDisabled"); }
Indicates whether comments on site pages are disabled or not. @return bool
getCommentsOnSitePagesDisabled
php
vgrem/phpSPO
src/SharePoint/Site.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Site.php
MIT
public function setCommentsOnSitePagesDisabled($value) { $this->setProperty("CommentsOnSitePagesDisabled", $value, true); }
Indicates whether comments on site pages are disabled or not. @var bool
setCommentsOnSitePagesDisabled
php
vgrem/phpSPO
src/SharePoint/Site.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Site.php
MIT
public function getCompatibilityLevel() { return $this->getProperty("CompatibilityLevel"); }
Specifies the compatibility level of the site collection for the purpose of major version level compatibility checks.<86> @return integer
getCompatibilityLevel
php
vgrem/phpSPO
src/SharePoint/Site.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Site.php
MIT
public function setCompatibilityLevel($value) { $this->setProperty("CompatibilityLevel", $value, true); }
Specifies the compatibility level of the site collection for the purpose of major version level compatibility checks.<86> @var integer
setCompatibilityLevel
php
vgrem/phpSPO
src/SharePoint/Site.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Site.php
MIT
public function getComplianceAttribute() { return $this->getProperty("ComplianceAttribute"); }
@return string
getComplianceAttribute
php
vgrem/phpSPO
src/SharePoint/Site.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Site.php
MIT
public function setComplianceAttribute($value) { $this->setProperty("ComplianceAttribute", $value, true); }
@var string
setComplianceAttribute
php
vgrem/phpSPO
src/SharePoint/Site.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Site.php
MIT
public function getCurrentChangeToken() { return $this->getProperty("CurrentChangeToken"); }
Gets the current change token that is used in the change log for the site collection. @return ChangeToken
getCurrentChangeToken
php
vgrem/phpSPO
src/SharePoint/Site.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Site.php
MIT
public function setCurrentChangeToken($value) { $this->setProperty("CurrentChangeToken", $value, true); }
Gets the current change token that is used in the change log for the site collection. @var ChangeToken
setCurrentChangeToken
php
vgrem/phpSPO
src/SharePoint/Site.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Site.php
MIT
public function getDisableAppViews() { return $this->getProperty("DisableAppViews"); }
@return bool
getDisableAppViews
php
vgrem/phpSPO
src/SharePoint/Site.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Site.php
MIT
public function setDisableAppViews($value) { $this->setProperty("DisableAppViews", $value, true); }
@var bool
setDisableAppViews
php
vgrem/phpSPO
src/SharePoint/Site.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Site.php
MIT
public function getDisableCompanyWideSharingLinks() { return $this->getProperty("DisableCompanyWideSharingLinks"); }
Specifies whether company-wide sharing links are disabled on all child sites. True means company-wide sharing links are disabled throughout the site collection, regardless of the settings on the root or child sites. False means each site can individually decide whether to turn on or off company-wide sharing links. @return bool
getDisableCompanyWideSharingLinks
php
vgrem/phpSPO
src/SharePoint/Site.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Site.php
MIT
public function setDisableCompanyWideSharingLinks($value) { $this->setProperty("DisableCompanyWideSharingLinks", $value, true); }
Specifies whether company-wide sharing links are disabled on all child sites. True means company-wide sharing links are disabled throughout the site collection, regardless of the settings on the root or child sites. False means each site can individually decide whether to turn on or off company-wide sharing links. @var bool
setDisableCompanyWideSharingLinks
php
vgrem/phpSPO
src/SharePoint/Site.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Site.php
MIT
public function getDisableFlows() { return $this->getProperty("DisableFlows"); }
@return bool
getDisableFlows
php
vgrem/phpSPO
src/SharePoint/Site.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Site.php
MIT
public function setDisableFlows($value) { $this->setProperty("DisableFlows", $value, true); }
@var bool
setDisableFlows
php
vgrem/phpSPO
src/SharePoint/Site.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Site.php
MIT
public function getExternalSharingTipsEnabled() { return $this->getProperty("ExternalSharingTipsEnabled"); }
Gets a Boolean value that specifies whether users will be greeted with a notification bar telling them that the site can be shared with external users. The value is true if the notification bar is enabled; otherwise, it is false. @return bool
getExternalSharingTipsEnabled
php
vgrem/phpSPO
src/SharePoint/Site.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Site.php
MIT
public function setExternalSharingTipsEnabled($value) { $this->setProperty("ExternalSharingTipsEnabled", $value, true); }
Gets a Boolean value that specifies whether users will be greeted with a notification bar telling them that the site can be shared with external users. The value is true if the notification bar is enabled; otherwise, it is false. @var bool
setExternalSharingTipsEnabled
php
vgrem/phpSPO
src/SharePoint/Site.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Site.php
MIT
public function getExternalUserExpirationInDays() { return $this->getProperty("ExternalUserExpirationInDays"); }
@return integer
getExternalUserExpirationInDays
php
vgrem/phpSPO
src/SharePoint/Site.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Site.php
MIT
public function setExternalUserExpirationInDays($value) { $this->setProperty("ExternalUserExpirationInDays", $value, true); }
@var integer
setExternalUserExpirationInDays
php
vgrem/phpSPO
src/SharePoint/Site.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Site.php
MIT
public function getGeoLocation() { return $this->getProperty("GeoLocation"); }
@return string
getGeoLocation
php
vgrem/phpSPO
src/SharePoint/Site.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Site.php
MIT
public function setGeoLocation($value) { $this->setProperty("GeoLocation", $value, true); }
@var string
setGeoLocation
php
vgrem/phpSPO
src/SharePoint/Site.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Site.php
MIT
public function getGroupId() { return $this->getProperty("GroupId"); }
@return string
getGroupId
php
vgrem/phpSPO
src/SharePoint/Site.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Site.php
MIT
public function setGroupId($value) { $this->setProperty("GroupId", $value, true); }
@var string
setGroupId
php
vgrem/phpSPO
src/SharePoint/Site.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Site.php
MIT
public function getHubSiteId() { return $this->getProperty("HubSiteId"); }
@return string
getHubSiteId
php
vgrem/phpSPO
src/SharePoint/Site.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Site.php
MIT
public function setHubSiteId($value) { $this->setProperty("HubSiteId", $value, true); }
@var string
setHubSiteId
php
vgrem/phpSPO
src/SharePoint/Site.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Site.php
MIT
public function getId() { return $this->getProperty("Id"); }
Specifies the GUID that identifies the site collection. @return string
getId
php
vgrem/phpSPO
src/SharePoint/Site.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Site.php
MIT
public function setId($value) { $this->setProperty("Id", $value, true); }
Specifies the GUID that identifies the site collection. @var string
setId
php
vgrem/phpSPO
src/SharePoint/Site.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Site.php
MIT
public function getSensitivityLabelId() { return $this->getProperty("SensitivityLabelId"); }
@return string
getSensitivityLabelId
php
vgrem/phpSPO
src/SharePoint/Site.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Site.php
MIT
public function setSensitivityLabelId($value) { $this->setProperty("SensitivityLabelId", $value, true); }
@var string
setSensitivityLabelId
php
vgrem/phpSPO
src/SharePoint/Site.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Site.php
MIT
public function getSensitivityLabel() { return $this->getProperty("SensitivityLabel"); }
@return string
getSensitivityLabel
php
vgrem/phpSPO
src/SharePoint/Site.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Site.php
MIT
public function setSensitivityLabel($value) { $this->setProperty("SensitivityLabel", $value, true); }
@var string
setSensitivityLabel
php
vgrem/phpSPO
src/SharePoint/Site.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Site.php
MIT
public function getIsHubSite() { return $this->getProperty("IsHubSite"); }
@return bool
getIsHubSite
php
vgrem/phpSPO
src/SharePoint/Site.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Site.php
MIT
public function setIsHubSite($value) { $this->setProperty("IsHubSite", $value, true); }
@var bool
setIsHubSite
php
vgrem/phpSPO
src/SharePoint/Site.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Site.php
MIT
public function getLockIssue() { if (!$this->isPropertyAvailable("LockIssue")) { return null; } return $this->getProperty("LockIssue"); }
Specifies the comment that is used when a site collection is locked.<87> @return string
getLockIssue
php
vgrem/phpSPO
src/SharePoint/Site.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Site.php
MIT
public function setLockIssue($value) { $this->setProperty("LockIssue", $value, true); }
Specifies the comment that is used when a site collection is locked.<87> @var string
setLockIssue
php
vgrem/phpSPO
src/SharePoint/Site.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Site.php
MIT
public function getMaxItemsPerThrottledOperation() { if (!$this->isPropertyAvailable("MaxItemsPerThrottledOperation")) { return null; } return $this->getProperty("MaxItemsPerThrottledOperation"); }
Specifies the maximum number of list items allowed to be returned for each retrieve request before throttling occurs. If throttling occurs, list items MUST NOT be returned. @return integer
getMaxItemsPerThrottledOperation
php
vgrem/phpSPO
src/SharePoint/Site.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Site.php
MIT