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 setMethod($value) { $this->setProperty("Method", $value, true); }
Specifies the view method for the list view.It MUST be NULL or an XML document where the root element is a valid Method XML fragment as specified in [MS-WSSCAP] section 2.2.5.2. @var string
setMethod
php
vgrem/phpSPO
src/SharePoint/View.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/View.php
MIT
public function getMobileDefaultView() { if (!$this->isPropertyAvailable("MobileDefaultView")) { return null; } return $this->getProperty("MobileDefaultView"); }
Specifies whether the list view is the default mobile list view. @return bool
getMobileDefaultView
php
vgrem/phpSPO
src/SharePoint/View.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/View.php
MIT
public function setMobileDefaultView($value) { $this->setProperty("MobileDefaultView", $value, true); }
Specifies whether the list view is the default mobile list view. @var bool
setMobileDefaultView
php
vgrem/phpSPO
src/SharePoint/View.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/View.php
MIT
public function getMobileView() { if (!$this->isPropertyAvailable("MobileView")) { return null; } return $this->getProperty("MobileView"); }
Specifies whether the list view is a mobile list view. @return bool
getMobileView
php
vgrem/phpSPO
src/SharePoint/View.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/View.php
MIT
public function setMobileView($value) { $this->setProperty("MobileView", $value, true); }
Specifies whether the list view is a mobile list view. @var bool
setMobileView
php
vgrem/phpSPO
src/SharePoint/View.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/View.php
MIT
public function getModerationType() { if (!$this->isPropertyAvailable("ModerationType")) { return null; } return $this->getProperty("ModerationType"); }
Specifies the content approval type for the list view.It MUST be one of the following: NULL, "", "Moderator", "Contributor", or "HideUnapproved". @return string
getModerationType
php
vgrem/phpSPO
src/SharePoint/View.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/View.php
MIT
public function setModerationType($value) { $this->setProperty("ModerationType", $value, true); }
Specifies the content approval type for the list view.It MUST be one of the following: NULL, "", "Moderator", "Contributor", or "HideUnapproved". @var string
setModerationType
php
vgrem/phpSPO
src/SharePoint/View.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/View.php
MIT
public function getNewDocumentTemplates() { if (!$this->isPropertyAvailable("NewDocumentTemplates")) { return null; } return $this->getProperty("NewDocumentTemplates"); }
@return string
getNewDocumentTemplates
php
vgrem/phpSPO
src/SharePoint/View.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/View.php
MIT
public function setNewDocumentTemplates($value) { $this->setProperty("NewDocumentTemplates", $value, true); }
@var string
setNewDocumentTemplates
php
vgrem/phpSPO
src/SharePoint/View.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/View.php
MIT
public function getOrderedView() { if (!$this->isPropertyAvailable("OrderedView")) { return null; } return $this->getProperty("OrderedView"); }
Specifies whether list items can be reordered in the list view. @return bool
getOrderedView
php
vgrem/phpSPO
src/SharePoint/View.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/View.php
MIT
public function setOrderedView($value) { $this->setProperty("OrderedView", $value, true); }
Specifies whether list items can be reordered in the list view. @var bool
setOrderedView
php
vgrem/phpSPO
src/SharePoint/View.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/View.php
MIT
public function getPaged() { if (!$this->isPropertyAvailable("Paged")) { return null; } return $this->getProperty("Paged"); }
Specifies whether the list view is a paged view. @return bool
getPaged
php
vgrem/phpSPO
src/SharePoint/View.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/View.php
MIT
public function setPaged($value) { $this->setProperty("Paged", $value, true); }
Specifies whether the list view is a paged view. @var bool
setPaged
php
vgrem/phpSPO
src/SharePoint/View.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/View.php
MIT
public function getPageRenderType() { if (!$this->isPropertyAvailable("PageRenderType")) { return null; } return $this->getProperty("PageRenderType"); }
@return integer
getPageRenderType
php
vgrem/phpSPO
src/SharePoint/View.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/View.php
MIT
public function setPageRenderType($value) { $this->setProperty("PageRenderType", $value, true); }
@var integer
setPageRenderType
php
vgrem/phpSPO
src/SharePoint/View.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/View.php
MIT
public function getPersonalView() { if (!$this->isPropertyAvailable("PersonalView")) { return null; } return $this->getProperty("PersonalView"); }
Specifies whether the list view is a personal view. If the value is "false", the list view is a public view. @return bool
getPersonalView
php
vgrem/phpSPO
src/SharePoint/View.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/View.php
MIT
public function setPersonalView($value) { $this->setProperty("PersonalView", $value, true); }
Specifies whether the list view is a personal view. If the value is "false", the list view is a public view. @var bool
setPersonalView
php
vgrem/phpSPO
src/SharePoint/View.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/View.php
MIT
public function getViewProjectedFields() { if (!$this->isPropertyAvailable("ViewProjectedFields")) { return null; } return $this->getProperty("ViewProjectedFields"); }
Specifies the dependent lookup field to be used by the list view.It MUST be NULL or an XML fragment that conforms to ProjectedFieldsDefinition as specified in [MS-WSSCAML] section 2.2.2.19. @return string
getViewProjectedFields
php
vgrem/phpSPO
src/SharePoint/View.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/View.php
MIT
public function setViewProjectedFields($value) { $this->setProperty("ViewProjectedFields", $value, true); }
Specifies the dependent lookup field to be used by the list view.It MUST be NULL or an XML fragment that conforms to ProjectedFieldsDefinition as specified in [MS-WSSCAML] section 2.2.2.19. @var string
setViewProjectedFields
php
vgrem/phpSPO
src/SharePoint/View.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/View.php
MIT
public function getViewQuery() { if (!$this->isPropertyAvailable("ViewQuery")) { return null; } return $this->getProperty("ViewQuery"); }
Specifies the query that is used by the list view.It MUST be NULL or a valid XML fragment that conforms to CamlQueryRoot as specified in [MS-WSSCAML] section 2.2.2.1. @return string
getViewQuery
php
vgrem/phpSPO
src/SharePoint/View.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/View.php
MIT
public function setViewQuery($value) { $this->setProperty("ViewQuery", $value, true); }
Specifies the query that is used by the list view.It MUST be NULL or a valid XML fragment that conforms to CamlQueryRoot as specified in [MS-WSSCAML] section 2.2.2.1. @var string
setViewQuery
php
vgrem/phpSPO
src/SharePoint/View.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/View.php
MIT
public function getReadOnlyView() { if (!$this->isPropertyAvailable("ReadOnlyView")) { return null; } return $this->getProperty("ReadOnlyView"); }
Specifies whether the list view is read-only. @return bool
getReadOnlyView
php
vgrem/phpSPO
src/SharePoint/View.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/View.php
MIT
public function setReadOnlyView($value) { $this->setProperty("ReadOnlyView", $value, true); }
Specifies whether the list view is read-only. @var bool
setReadOnlyView
php
vgrem/phpSPO
src/SharePoint/View.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/View.php
MIT
public function getRequiresClientIntegration() { if (!$this->isPropertyAvailable("RequiresClientIntegration")) { return null; } return $this->getProperty("RequiresClientIntegration"); }
Specifies whether the list view requires client integration rights. @return bool
getRequiresClientIntegration
php
vgrem/phpSPO
src/SharePoint/View.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/View.php
MIT
public function setRequiresClientIntegration($value) { $this->setProperty("RequiresClientIntegration", $value, true); }
Specifies whether the list view requires client integration rights. @var bool
setRequiresClientIntegration
php
vgrem/phpSPO
src/SharePoint/View.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/View.php
MIT
public function getRowLimit() { if (!$this->isPropertyAvailable("RowLimit")) { return null; } return $this->getProperty("RowLimit"); }
Specifies the maximum number of list items to display in a visual page of the list view.Its value MUST be equal to or less than 2147483647. @return integer
getRowLimit
php
vgrem/phpSPO
src/SharePoint/View.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/View.php
MIT
public function setRowLimit($value) { $this->setProperty("RowLimit", $value, true); }
Specifies the maximum number of list items to display in a visual page of the list view.Its value MUST be equal to or less than 2147483647. @var integer
setRowLimit
php
vgrem/phpSPO
src/SharePoint/View.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/View.php
MIT
public function getScope() { if (!$this->isPropertyAvailable("Scope")) { return null; } return $this->getProperty("Scope"); }
Specifies the scope for the list view. @return integer
getScope
php
vgrem/phpSPO
src/SharePoint/View.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/View.php
MIT
public function setScope($value) { $this->setProperty("Scope", $value, true); }
Specifies the scope for the list view. @var integer
setScope
php
vgrem/phpSPO
src/SharePoint/View.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/View.php
MIT
public function getServerRelativeUrl() { if (!$this->isPropertyAvailable("ServerRelativeUrl")) { return null; } return $this->getProperty("ServerRelativeUrl"); }
Specifies the server-relative URL of the list view page.It MUST NOT be NULL. It MUST NOT be empty. It MUST be a URL of server-relative form. @return string
getServerRelativeUrl
php
vgrem/phpSPO
src/SharePoint/View.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/View.php
MIT
public function setServerRelativeUrl($value) { $this->setProperty("ServerRelativeUrl", $value, true); }
Specifies the server-relative URL of the list view page.It MUST NOT be NULL. It MUST NOT be empty. It MUST be a URL of server-relative form. @var string
setServerRelativeUrl
php
vgrem/phpSPO
src/SharePoint/View.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/View.php
MIT
public function getStyleId() { if (!$this->isPropertyAvailable("StyleId")) { return null; } return $this->getProperty("StyleId"); }
Specifies the identifier of the view style for the list view.It MUST be NULL or conform to ViewStyleReference as specified in [MS-WSSCAML] section 2.3.2.20. @return string
getStyleId
php
vgrem/phpSPO
src/SharePoint/View.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/View.php
MIT
public function setStyleId($value) { $this->setProperty("StyleId", $value, true); }
Specifies the identifier of the view style for the list view.It MUST be NULL or conform to ViewStyleReference as specified in [MS-WSSCAML] section 2.3.2.20. @var string
setStyleId
php
vgrem/phpSPO
src/SharePoint/View.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/View.php
MIT
public function getTabularView() { if (!$this->isPropertyAvailable("TabularView")) { return null; } return $this->getProperty("TabularView"); }
@return bool
getTabularView
php
vgrem/phpSPO
src/SharePoint/View.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/View.php
MIT
public function setTabularView($value) { $this->setProperty("TabularView", $value, true); }
@var bool
setTabularView
php
vgrem/phpSPO
src/SharePoint/View.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/View.php
MIT
public function getThreaded() { if (!$this->isPropertyAvailable("Threaded")) { return null; } return $this->getProperty("Threaded"); }
Specifies whether the list view is a threaded view. @return bool
getThreaded
php
vgrem/phpSPO
src/SharePoint/View.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/View.php
MIT
public function setThreaded($value) { $this->setProperty("Threaded", $value, true); }
Specifies whether the list view is a threaded view. @var bool
setThreaded
php
vgrem/phpSPO
src/SharePoint/View.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/View.php
MIT
public function getTitle() { if (!$this->isPropertyAvailable("Title")) { return null; } return $this->getProperty("Title"); }
Specifies the display name of the list view.It MUST NOT be NULL. Its length MUST be equal to or less than 255. @return string
getTitle
php
vgrem/phpSPO
src/SharePoint/View.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/View.php
MIT
public function setTitle($value) { $this->setProperty("Title", $value, true); }
Specifies the display name of the list view.It MUST NOT be NULL. Its length MUST be equal to or less than 255. @var string
setTitle
php
vgrem/phpSPO
src/SharePoint/View.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/View.php
MIT
public function getToolbar() { if (!$this->isPropertyAvailable("Toolbar")) { return null; } return $this->getProperty("Toolbar"); }
Specifies the toolbar for the list view.It MUST be NULL or conform to the following XML schema:<xs:complexType><xs:sequence><xs:any minOccurs="0" maxOccurs="unbounded" namespace="##any" processContents="skip"/></xs:sequence><xs:anyAttribute processContents="skip"/></xs:complexType> @return string
getToolbar
php
vgrem/phpSPO
src/SharePoint/View.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/View.php
MIT
public function setToolbar($value) { $this->setProperty("Toolbar", $value, true); }
Specifies the toolbar for the list view.It MUST be NULL or conform to the following XML schema:<xs:complexType><xs:sequence><xs:any minOccurs="0" maxOccurs="unbounded" namespace="##any" processContents="skip"/></xs:sequence><xs:anyAttribute processContents="skip"/></xs:complexType> @var string
setToolbar
php
vgrem/phpSPO
src/SharePoint/View.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/View.php
MIT
public function getToolbarTemplateName() { if (!$this->isPropertyAvailable("ToolbarTemplateName")) { return null; } return $this->getProperty("ToolbarTemplateName"); }
Specifies the name of the template for the toolbar that is used in the list view, specified in [MS-WSSCAML] section 2.3.2.17.2. @return string
getToolbarTemplateName
php
vgrem/phpSPO
src/SharePoint/View.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/View.php
MIT
public function setToolbarTemplateName($value) { $this->setProperty("ToolbarTemplateName", $value, true); }
Specifies the name of the template for the toolbar that is used in the list view, specified in [MS-WSSCAML] section 2.3.2.17.2. @var string
setToolbarTemplateName
php
vgrem/phpSPO
src/SharePoint/View.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/View.php
MIT
public function getViewType() { if (!$this->isPropertyAvailable("ViewType")) { return null; } return $this->getProperty("ViewType"); }
Specifies the type of the list view.It MUST be one of the following: "HTML", "GRID", "CALENDAR", "RECURRENCE", "CHART", or "GANTT". @return string
getViewType
php
vgrem/phpSPO
src/SharePoint/View.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/View.php
MIT
public function setViewType($value) { $this->setProperty("ViewType", $value, true); }
Specifies the type of the list view.It MUST be one of the following: "HTML", "GRID", "CALENDAR", "RECURRENCE", "CHART", or "GANTT". @var string
setViewType
php
vgrem/phpSPO
src/SharePoint/View.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/View.php
MIT
public function getViewData() { if (!$this->isPropertyAvailable("ViewData")) { return null; } return $this->getProperty("ViewData"); }
Specifies a reference to the field (2) that is used to render the Calendar View or Gantt view. If the view is a Calendar View or Gantt View, this section MUST be specified. For other view types, it MUST be ignored.It MUST be NULL or an XML fragment that conforms to the following XML schema:<xs:sequence><xs:element name="FieldRef" type="FieldRefDefinitionViewData" minOccurs="3" maxOccurs="5"/></xs:sequence> where FieldRefDefinitionViewData is specified in [MS-WSSCAML] section 2.3.2.18. @return string
getViewData
php
vgrem/phpSPO
src/SharePoint/View.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/View.php
MIT
public function setViewData($value) { $this->setProperty("ViewData", $value, true); }
Specifies a reference to the field (2) that is used to render the Calendar View or Gantt view. If the view is a Calendar View or Gantt View, this section MUST be specified. For other view types, it MUST be ignored.It MUST be NULL or an XML fragment that conforms to the following XML schema:<xs:sequence><xs:element name="FieldRef" type="FieldRefDefinitionViewData" minOccurs="3" maxOccurs="5"/></xs:sequence> where FieldRefDefinitionViewData is specified in [MS-WSSCAML] section 2.3.2.18. @var string
setViewData
php
vgrem/phpSPO
src/SharePoint/View.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/View.php
MIT
public function getVisualizationInfo() { if (!$this->isPropertyAvailable("VisualizationInfo")) { return null; } return $this->getProperty("VisualizationInfo"); }
Specifies how the view is layed out. @return Visualization
getVisualizationInfo
php
vgrem/phpSPO
src/SharePoint/View.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/View.php
MIT
public function setVisualizationInfo($value) { $this->setProperty("VisualizationInfo", $value, true); }
Specifies how the view is layed out. @var Visualization
setVisualizationInfo
php
vgrem/phpSPO
src/SharePoint/View.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/View.php
MIT
public function getGridLayout() { if (!$this->isPropertyAvailable("GridLayout")) { return null; } return $this->getProperty("GridLayout"); }
@return string
getGridLayout
php
vgrem/phpSPO
src/SharePoint/View.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/View.php
MIT
public function setGridLayout($value) { $this->setProperty("GridLayout", $value, true); }
@var string
setGridLayout
php
vgrem/phpSPO
src/SharePoint/View.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/View.php
MIT
public function getViewType2() { if (!$this->isPropertyAvailable("ViewType2")) { return null; } return $this->getProperty("ViewType2"); }
@return string
getViewType2
php
vgrem/phpSPO
src/SharePoint/View.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/View.php
MIT
public function setViewType2($value) { $this->setProperty("ViewType2", $value, true); }
@var string
setViewType2
php
vgrem/phpSPO
src/SharePoint/View.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/View.php
MIT
public function getCalendarViewStyles() { if (!$this->isPropertyAvailable("CalendarViewStyles")) { return null; } return $this->getProperty("CalendarViewStyles"); }
@return string
getCalendarViewStyles
php
vgrem/phpSPO
src/SharePoint/View.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/View.php
MIT
public function setCalendarViewStyles($value) { $this->setProperty("CalendarViewStyles", $value, true); }
@var string
setCalendarViewStyles
php
vgrem/phpSPO
src/SharePoint/View.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/View.php
MIT
public function getAssosciatedContentTypeId() { if (!$this->isPropertyAvailable("AssosciatedContentTypeId")) { return null; } return $this->getProperty("AssosciatedContentTypeId"); }
@return string
getAssosciatedContentTypeId
php
vgrem/phpSPO
src/SharePoint/View.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/View.php
MIT
public function setAssosciatedContentTypeId($value) { $this->setProperty("AssosciatedContentTypeId", $value, true); }
@var string
setAssosciatedContentTypeId
php
vgrem/phpSPO
src/SharePoint/View.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/View.php
MIT
public function getAssociatedContentTypeId() { if (!$this->isPropertyAvailable("AssociatedContentTypeId")) { return null; } return $this->getProperty("AssociatedContentTypeId"); }
@return string
getAssociatedContentTypeId
php
vgrem/phpSPO
src/SharePoint/View.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/View.php
MIT
public function setAssociatedContentTypeId($value) { $this->setProperty("AssociatedContentTypeId", $value, true); }
@var string
setAssociatedContentTypeId
php
vgrem/phpSPO
src/SharePoint/View.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/View.php
MIT
public function getServerRelativePath() { if (!$this->isPropertyAvailable("ServerRelativePath")) { return null; } return $this->getProperty("ServerRelativePath"); }
Specifies the server relative path of the list view page.It MUST NOT be NULL. @return SPResourcePath
getServerRelativePath
php
vgrem/phpSPO
src/SharePoint/View.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/View.php
MIT
public function setServerRelativePath($value) { $this->setProperty("ServerRelativePath", $value, true); }
Specifies the server relative path of the list view page.It MUST NOT be NULL. @var SPResourcePath
setServerRelativePath
php
vgrem/phpSPO
src/SharePoint/View.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/View.php
MIT
public function getCustomOrder() { if (!$this->isPropertyAvailable("CustomOrder")) { return null; } return $this->getProperty("CustomOrder"); }
@return string
getCustomOrder
php
vgrem/phpSPO
src/SharePoint/View.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/View.php
MIT
public function setCustomOrder($value) { $this->setProperty("CustomOrder", $value, true); }
@var string
setCustomOrder
php
vgrem/phpSPO
src/SharePoint/View.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/View.php
MIT
public function getGridInitInfo() { return $this->getProperty("GridInitInfo"); }
@return GridInitInfoType
getGridInitInfo
php
vgrem/phpSPO
src/SharePoint/View.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/View.php
MIT
public function setGridInitInfo($value) { return $this->setProperty("GridInitInfo", $value, true); }
@var GridInitInfoType
setGridInitInfo
php
vgrem/phpSPO
src/SharePoint/View.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/View.php
MIT
public function getfolderId() { if (!$this->isPropertyAvailable("folderId")) { return null; } return $this->getProperty("folderId"); }
@return string
getfolderId
php
vgrem/phpSPO
src/SharePoint/TeamChannel.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/TeamChannel.php
MIT
public function setfolderId($value) { $this->setProperty("folderId", $value, true); }
@var string
setfolderId
php
vgrem/phpSPO
src/SharePoint/TeamChannel.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/TeamChannel.php
MIT
public function getgroupId() { if (!$this->isPropertyAvailable("groupId")) { return null; } return $this->getProperty("groupId"); }
@return integer
getgroupId
php
vgrem/phpSPO
src/SharePoint/TeamChannel.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/TeamChannel.php
MIT
public function setgroupId($value) { $this->setProperty("groupId", $value, true); }
@var integer
setgroupId
php
vgrem/phpSPO
src/SharePoint/TeamChannel.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/TeamChannel.php
MIT
public function add(WebCreationInformation $webCreationInformation) { $web = new Web($this->getContext(), $this->getResourcePath()->getParent()); $qry = new InvokePostMethodQuery( $this, "Add", null, "parameters", $webCreationInformation ); $this->getContext()->addQueryAndResultObject($qry,$web); $this->addChild($web); return $web; }
@param WebCreationInformation $webCreationInformation @return Web
add
php
vgrem/phpSPO
src/SharePoint/WebCollection.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/WebCollection.php
MIT
public function getUsers() { return $this->getProperty("Users", new UserCollection($this->getContext(),new ResourcePath("Users", $this->getResourcePath()))); }
Gets a collection of user objects that represents all of the users in the group. @return UserCollection
getUsers
php
vgrem/phpSPO
src/SharePoint/Group.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Group.php
MIT
public function getAllowMembersEditMembership() { return $this->getProperty("AllowMembersEditMembership"); }
Specifies whether a member of the group can add and remove members from the group. @return bool
getAllowMembersEditMembership
php
vgrem/phpSPO
src/SharePoint/Group.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Group.php
MIT
public function setAllowMembersEditMembership($value) { $this->setProperty("AllowMembersEditMembership", $value, true); }
Specifies whether a member of the group can add and remove members from the group. @var bool
setAllowMembersEditMembership
php
vgrem/phpSPO
src/SharePoint/Group.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Group.php
MIT
public function getAllowRequestToJoinLeave() { return $this->getProperty("AllowRequestToJoinLeave"); }
Specifies whether to allow users to request to join or leave in the group. @return bool
getAllowRequestToJoinLeave
php
vgrem/phpSPO
src/SharePoint/Group.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Group.php
MIT
public function setAllowRequestToJoinLeave($value) { $this->setProperty("AllowRequestToJoinLeave", $value, true); }
Specifies whether to allow users to request to join or leave in the group. @var bool
setAllowRequestToJoinLeave
php
vgrem/phpSPO
src/SharePoint/Group.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Group.php
MIT
public function getAutoAcceptRequestToJoinLeave() { return $this->getProperty("AutoAcceptRequestToJoinLeave"); }
Specifies whether requests to join or leave the group are automatically accepted. @return bool
getAutoAcceptRequestToJoinLeave
php
vgrem/phpSPO
src/SharePoint/Group.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Group.php
MIT
public function setAutoAcceptRequestToJoinLeave($value) { $this->setProperty("AutoAcceptRequestToJoinLeave", $value, true); }
Specifies whether requests to join or leave the group are automatically accepted. @var bool
setAutoAcceptRequestToJoinLeave
php
vgrem/phpSPO
src/SharePoint/Group.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Group.php
MIT
public function getCanCurrentUserEditMembership() { return $this->getProperty("CanCurrentUserEditMembership"); }
Specifies whether the current user can add and remove members from the group. @return bool
getCanCurrentUserEditMembership
php
vgrem/phpSPO
src/SharePoint/Group.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Group.php
MIT
public function setCanCurrentUserEditMembership($value) { $this->setProperty("CanCurrentUserEditMembership", $value, true); }
Specifies whether the current user can add and remove members from the group. @var bool
setCanCurrentUserEditMembership
php
vgrem/phpSPO
src/SharePoint/Group.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Group.php
MIT
public function getCanCurrentUserManageGroup() { return $this->getProperty("CanCurrentUserManageGroup"); }
Specifies whether the current user can change settings on the group. @return bool
getCanCurrentUserManageGroup
php
vgrem/phpSPO
src/SharePoint/Group.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Group.php
MIT
public function setCanCurrentUserManageGroup($value) { $this->setProperty("CanCurrentUserManageGroup", $value, true); }
Specifies whether the current user can change settings on the group. @var bool
setCanCurrentUserManageGroup
php
vgrem/phpSPO
src/SharePoint/Group.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Group.php
MIT
public function getCanCurrentUserViewMembership() { return $this->getProperty("CanCurrentUserViewMembership"); }
Specifies whether the current user can view the membership of the group. @return bool
getCanCurrentUserViewMembership
php
vgrem/phpSPO
src/SharePoint/Group.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Group.php
MIT
public function setCanCurrentUserViewMembership($value) { $this->setProperty("CanCurrentUserViewMembership", $value, true); }
Specifies whether the current user can view the membership of the group. @var bool
setCanCurrentUserViewMembership
php
vgrem/phpSPO
src/SharePoint/Group.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Group.php
MIT
public function getDescription() { return $this->getProperty("Description"); }
Specifies the description for the group. @return string
getDescription
php
vgrem/phpSPO
src/SharePoint/Group.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Group.php
MIT
public function setDescription($value) { $this->setProperty("Description", $value, true); }
Specifies the description for the group. @var string
setDescription
php
vgrem/phpSPO
src/SharePoint/Group.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Group.php
MIT
public function getOnlyAllowMembersViewMembership() { return $this->getProperty("OnlyAllowMembersViewMembership"); }
Specifies whether viewing the membership of the group is restricted to members of the group. @return bool
getOnlyAllowMembersViewMembership
php
vgrem/phpSPO
src/SharePoint/Group.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Group.php
MIT
public function setOnlyAllowMembersViewMembership($value) { $this->setProperty("OnlyAllowMembersViewMembership", $value, true); }
Specifies whether viewing the membership of the group is restricted to members of the group. @var bool
setOnlyAllowMembersViewMembership
php
vgrem/phpSPO
src/SharePoint/Group.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Group.php
MIT
public function getOwnerTitle() { return $this->getProperty("OwnerTitle"); }
Specifies the name of the owner of the group. @return string
getOwnerTitle
php
vgrem/phpSPO
src/SharePoint/Group.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Group.php
MIT
public function setOwnerTitle($value) { $this->setProperty("OwnerTitle", $value, true); }
Specifies the name of the owner of the group. @var string
setOwnerTitle
php
vgrem/phpSPO
src/SharePoint/Group.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Group.php
MIT
public function getRequestToJoinLeaveEmailSetting() { return $this->getProperty("RequestToJoinLeaveEmailSetting"); }
Specifies the e-mail address to which requests to join or leave the group are sent. @return string
getRequestToJoinLeaveEmailSetting
php
vgrem/phpSPO
src/SharePoint/Group.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Group.php
MIT
public function setRequestToJoinLeaveEmailSetting($value) { $this->setProperty("RequestToJoinLeaveEmailSetting", $value, true); }
Specifies the e-mail address to which requests to join or leave the group are sent. @var string
setRequestToJoinLeaveEmailSetting
php
vgrem/phpSPO
src/SharePoint/Group.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Group.php
MIT
public function getOwner() { return $this->getProperty("Owner", new Principal($this->getContext(),new ResourcePath("Owner", $this->getResourcePath()))); }
Specifies the name of the owner of the group. @return Principal
getOwner
php
vgrem/phpSPO
src/SharePoint/Group.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Group.php
MIT
public function getEditor() { return $this->getProperty("Editor"); }
@return string
getEditor
php
vgrem/phpSPO
src/SharePoint/FileVersionEvent.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/FileVersionEvent.php
MIT
public function setEditor($value) { $this->setProperty("Editor", $value, true); }
@var string
setEditor
php
vgrem/phpSPO
src/SharePoint/FileVersionEvent.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/FileVersionEvent.php
MIT
public function getEditorEmail() { return $this->getProperty("EditorEmail"); }
@return string
getEditorEmail
php
vgrem/phpSPO
src/SharePoint/FileVersionEvent.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/FileVersionEvent.php
MIT
public function setEditorEmail($value) { $this->setProperty("EditorEmail", $value, true); }
@var string
setEditorEmail
php
vgrem/phpSPO
src/SharePoint/FileVersionEvent.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/FileVersionEvent.php
MIT
public function getSharedByUser() { return $this->getProperty("SharedByUser", new SharedWithUser()); }
@return SharedWithUser
getSharedByUser
php
vgrem/phpSPO
src/SharePoint/FileVersionEvent.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/FileVersionEvent.php
MIT
public function setSharedByUser($value) { $this->setProperty("SharedByUser", $value, true); }
@var SharedWithUser
setSharedByUser
php
vgrem/phpSPO
src/SharePoint/FileVersionEvent.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/FileVersionEvent.php
MIT
public function getSharedWithUsers() { return $this->getProperty("SharedWithUsers", new SharedWithUserCollection()); }
@return SharedWithUserCollection
getSharedWithUsers
php
vgrem/phpSPO
src/SharePoint/FileVersionEvent.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/FileVersionEvent.php
MIT
public function setSharedWithUsers($value) { $this->setProperty("SharedWithUsers", $value, true); }
@var SharedWithUserCollection
setSharedWithUsers
php
vgrem/phpSPO
src/SharePoint/FileVersionEvent.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/FileVersionEvent.php
MIT