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 setIsEastAsia($value)
{
$this->setProperty("IsEastAsia", $value, true);
} | @var bool | setIsEastAsia | php | vgrem/phpSPO | src/SharePoint/RegionalSettings.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/RegionalSettings.php | MIT |
public function getIsRightToLeft()
{
if (!$this->isPropertyAvailable("IsRightToLeft")) {
return null;
}
return $this->getProperty("IsRightToLeft");
} | @return bool | getIsRightToLeft | php | vgrem/phpSPO | src/SharePoint/RegionalSettings.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/RegionalSettings.php | MIT |
public function setIsRightToLeft($value)
{
$this->setProperty("IsRightToLeft", $value, true);
} | @var bool | setIsRightToLeft | php | vgrem/phpSPO | src/SharePoint/RegionalSettings.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/RegionalSettings.php | MIT |
public function getIsUIRightToLeft()
{
if (!$this->isPropertyAvailable("IsUIRightToLeft")) {
return null;
}
return $this->getProperty("IsUIRightToLeft");
} | @return bool | getIsUIRightToLeft | php | vgrem/phpSPO | src/SharePoint/RegionalSettings.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/RegionalSettings.php | MIT |
public function setIsUIRightToLeft($value)
{
$this->setProperty("IsUIRightToLeft", $value, true);
} | @var bool | setIsUIRightToLeft | php | vgrem/phpSPO | src/SharePoint/RegionalSettings.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/RegionalSettings.php | MIT |
public function getListSeparator()
{
if (!$this->isPropertyAvailable("ListSeparator")) {
return null;
}
return $this->getProperty("ListSeparator");
} | @return string | getListSeparator | php | vgrem/phpSPO | src/SharePoint/RegionalSettings.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/RegionalSettings.php | MIT |
public function setListSeparator($value)
{
$this->setProperty("ListSeparator", $value, true);
} | @var string | setListSeparator | php | vgrem/phpSPO | src/SharePoint/RegionalSettings.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/RegionalSettings.php | MIT |
public function getLocaleId()
{
if (!$this->isPropertyAvailable("LocaleId")) {
return null;
}
return $this->getProperty("LocaleId");
} | @return integer | getLocaleId | php | vgrem/phpSPO | src/SharePoint/RegionalSettings.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/RegionalSettings.php | MIT |
public function setLocaleId($value)
{
$this->setProperty("LocaleId", $value, true);
} | @var integer | setLocaleId | php | vgrem/phpSPO | src/SharePoint/RegionalSettings.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/RegionalSettings.php | MIT |
public function getNegativeSign()
{
if (!$this->isPropertyAvailable("NegativeSign")) {
return null;
}
return $this->getProperty("NegativeSign");
} | @return string | getNegativeSign | php | vgrem/phpSPO | src/SharePoint/RegionalSettings.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/RegionalSettings.php | MIT |
public function setNegativeSign($value)
{
$this->setProperty("NegativeSign", $value, true);
} | @var string | setNegativeSign | php | vgrem/phpSPO | src/SharePoint/RegionalSettings.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/RegionalSettings.php | MIT |
public function getNegNumberMode()
{
if (!$this->isPropertyAvailable("NegNumberMode")) {
return null;
}
return $this->getProperty("NegNumberMode");
} | @return integer | getNegNumberMode | php | vgrem/phpSPO | src/SharePoint/RegionalSettings.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/RegionalSettings.php | MIT |
public function setNegNumberMode($value)
{
$this->setProperty("NegNumberMode", $value, true);
} | @var integer | setNegNumberMode | php | vgrem/phpSPO | src/SharePoint/RegionalSettings.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/RegionalSettings.php | MIT |
public function getPM()
{
if (!$this->isPropertyAvailable("PM")) {
return null;
}
return $this->getProperty("PM");
} | @return string | getPM | php | vgrem/phpSPO | src/SharePoint/RegionalSettings.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/RegionalSettings.php | MIT |
public function setPM($value)
{
$this->setProperty("PM", $value, true);
} | @var string | setPM | php | vgrem/phpSPO | src/SharePoint/RegionalSettings.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/RegionalSettings.php | MIT |
public function getPositiveSign()
{
if (!$this->isPropertyAvailable("PositiveSign")) {
return null;
}
return $this->getProperty("PositiveSign");
} | @return string | getPositiveSign | php | vgrem/phpSPO | src/SharePoint/RegionalSettings.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/RegionalSettings.php | MIT |
public function setPositiveSign($value)
{
$this->setProperty("PositiveSign", $value, true);
} | @var string | setPositiveSign | php | vgrem/phpSPO | src/SharePoint/RegionalSettings.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/RegionalSettings.php | MIT |
public function getShowWeeks()
{
if (!$this->isPropertyAvailable("ShowWeeks")) {
return null;
}
return $this->getProperty("ShowWeeks");
} | @return bool | getShowWeeks | php | vgrem/phpSPO | src/SharePoint/RegionalSettings.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/RegionalSettings.php | MIT |
public function setShowWeeks($value)
{
$this->setProperty("ShowWeeks", $value, true);
} | @var bool | setShowWeeks | php | vgrem/phpSPO | src/SharePoint/RegionalSettings.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/RegionalSettings.php | MIT |
public function getThousandSeparator()
{
if (!$this->isPropertyAvailable("ThousandSeparator")) {
return null;
}
return $this->getProperty("ThousandSeparator");
} | @return string | getThousandSeparator | php | vgrem/phpSPO | src/SharePoint/RegionalSettings.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/RegionalSettings.php | MIT |
public function setThousandSeparator($value)
{
$this->setProperty("ThousandSeparator", $value, true);
} | @var string | setThousandSeparator | php | vgrem/phpSPO | src/SharePoint/RegionalSettings.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/RegionalSettings.php | MIT |
public function getTime24()
{
if (!$this->isPropertyAvailable("Time24")) {
return null;
}
return $this->getProperty("Time24");
} | @return bool | getTime24 | php | vgrem/phpSPO | src/SharePoint/RegionalSettings.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/RegionalSettings.php | MIT |
public function setTime24($value)
{
$this->setProperty("Time24", $value, true);
} | @var bool | setTime24 | php | vgrem/phpSPO | src/SharePoint/RegionalSettings.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/RegionalSettings.php | MIT |
public function getTimeMarkerPosition()
{
if (!$this->isPropertyAvailable("TimeMarkerPosition")) {
return null;
}
return $this->getProperty("TimeMarkerPosition");
} | @return integer | getTimeMarkerPosition | php | vgrem/phpSPO | src/SharePoint/RegionalSettings.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/RegionalSettings.php | MIT |
public function setTimeMarkerPosition($value)
{
$this->setProperty("TimeMarkerPosition", $value, true);
} | @var integer | setTimeMarkerPosition | php | vgrem/phpSPO | src/SharePoint/RegionalSettings.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/RegionalSettings.php | MIT |
public function getTimeSeparator()
{
if (!$this->isPropertyAvailable("TimeSeparator")) {
return null;
}
return $this->getProperty("TimeSeparator");
} | @return string | getTimeSeparator | php | vgrem/phpSPO | src/SharePoint/RegionalSettings.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/RegionalSettings.php | MIT |
public function setTimeSeparator($value)
{
$this->setProperty("TimeSeparator", $value, true);
} | @var string | setTimeSeparator | php | vgrem/phpSPO | src/SharePoint/RegionalSettings.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/RegionalSettings.php | MIT |
public function getInstalledLanguages()
{
if (!$this->isPropertyAvailable("InstalledLanguages")) {
$this->setProperty("InstalledLanguages", new LanguageCollection($this->getContext(),
new ResourcePath("InstalledLanguages", $this->getResourcePath())));
}
return $this->getProperty("InstalledLanguages");
} | @return LanguageCollection | getInstalledLanguages | php | vgrem/phpSPO | src/SharePoint/RegionalSettings.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/RegionalSettings.php | MIT |
public function getTimeZone()
{
if (!$this->isPropertyAvailable("TimeZone")) {
$this->setProperty("TimeZone", new TimeZone($this->getContext(),
new ResourcePath("TimeZone", $this->getResourcePath())));
}
return $this->getProperty("TimeZone");
} | @return TimeZone | getTimeZone | php | vgrem/phpSPO | src/SharePoint/RegionalSettings.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/RegionalSettings.php | MIT |
public function getUniqueId()
{
if (!$this->isPropertyAvailable("UniqueId")) {
return null;
}
return $this->getProperty("UniqueId");
} | Identifies
the folder
that has changed.Exceptions:
Error CodeError Type NameCondition-1System.NotSupportedExceptionThe document identifier
in the change fields (2) item of
the change collection is NULL.
@return string | getUniqueId | php | vgrem/phpSPO | src/SharePoint/ChangeFolder.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ChangeFolder.php | MIT |
public function setUniqueId($value)
{
$this->setProperty("UniqueId", $value, true);
} | Identifies
the folder
that has changed.Exceptions:
Error CodeError Type NameCondition-1System.NotSupportedExceptionThe document identifier
in the change fields (2) item of
the change collection is NULL.
@var string | setUniqueId | php | vgrem/phpSPO | src/SharePoint/ChangeFolder.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ChangeFolder.php | MIT |
public function getWebId()
{
if (!$this->isPropertyAvailable("WebId")) {
return null;
}
return $this->getProperty("WebId");
} | Identifies
the site
(2) that contains the changed folder.Exceptions:
Error CodeError Type NameCondition-1System.NotSupportedExceptionThe site identifier in
the change fields (2) item of
the change collection is NULL.
@return string | getWebId | php | vgrem/phpSPO | src/SharePoint/ChangeFolder.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ChangeFolder.php | MIT |
public function setWebId($value)
{
$this->setProperty("WebId", $value, true);
} | Identifies
the site
(2) that contains the changed folder.Exceptions:
Error CodeError Type NameCondition-1System.NotSupportedExceptionThe site identifier in
the change fields (2) item of
the change collection is NULL.
@var string | setWebId | php | vgrem/phpSPO | src/SharePoint/ChangeFolder.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ChangeFolder.php | MIT |
public function getIsRecycleBinOperation()
{
return $this->getProperty("IsRecycleBinOperation");
} | @return bool | getIsRecycleBinOperation | php | vgrem/phpSPO | src/SharePoint/ChangeFolder.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ChangeFolder.php | MIT |
public function setIsRecycleBinOperation($value)
{
return $this->setProperty("IsRecycleBinOperation", $value, true);
} | @var bool | setIsRecycleBinOperation | php | vgrem/phpSPO | src/SharePoint/ChangeFolder.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ChangeFolder.php | MIT |
public function getSynchronizationData()
{
if (!$this->isPropertyAvailable("SynchronizationData")) {
return null;
}
return $this->getProperty("SynchronizationData");
} | @return string | getSynchronizationData | php | vgrem/phpSPO | src/SharePoint/FlowSynchronizationResult.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/FlowSynchronizationResult.php | MIT |
public function setSynchronizationData($value)
{
$this->setProperty("SynchronizationData", $value, true);
} | @var string | setSynchronizationData | php | vgrem/phpSPO | src/SharePoint/FlowSynchronizationResult.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/FlowSynchronizationResult.php | MIT |
public function getSynchronizationStatus()
{
if (!$this->isPropertyAvailable("SynchronizationStatus")) {
return null;
}
return $this->getProperty("SynchronizationStatus");
} | @return integer | getSynchronizationStatus | php | vgrem/phpSPO | src/SharePoint/FlowSynchronizationResult.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/FlowSynchronizationResult.php | MIT |
public function setSynchronizationStatus($value)
{
$this->setProperty("SynchronizationStatus", $value, true);
} | @var integer | setSynchronizationStatus | php | vgrem/phpSPO | src/SharePoint/FlowSynchronizationResult.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/FlowSynchronizationResult.php | MIT |
public function getSchemaXml()
{
if (!$this->isPropertyAvailable("SchemaXml")) {
return null;
}
return $this->getProperty("SchemaXml");
} | Specifies
the XML
schema that represents the collection.It MUST
NOT be NULL. It MUST be an XML fragment that
conforms to the following XML schema:
<xs:sequence><xs:element name="FieldRef"
type="FieldRefDefinitionView" minOccurs="0"
maxOccurs="unbounded" /></xs:sequence>FieldRefDefinitionView is specified in [MS-WSSCAML]
section 2.3.2.19.
@return string | getSchemaXml | php | vgrem/phpSPO | src/SharePoint/ViewFieldCollection.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ViewFieldCollection.php | MIT |
public function setSchemaXml($value)
{
$this->setProperty("SchemaXml", $value, true);
} | Specifies
the XML
schema that represents the collection.It MUST
NOT be NULL. It MUST be an XML fragment that
conforms to the following XML schema:
<xs:sequence><xs:element name="FieldRef"
type="FieldRefDefinitionView" minOccurs="0"
maxOccurs="unbounded" /></xs:sequence>FieldRefDefinitionView is specified in [MS-WSSCAML]
section 2.3.2.19.
@var string | setSchemaXml | php | vgrem/phpSPO | src/SharePoint/ViewFieldCollection.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ViewFieldCollection.php | MIT |
public function getItems()
{
return $this->getProperty("Items");
} | @return array | getItems | php | vgrem/phpSPO | src/SharePoint/ViewFieldCollection.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ViewFieldCollection.php | MIT |
public function setItems($value)
{
$this->setProperty("Items", $value, true);
} | @var array | setItems | php | vgrem/phpSPO | src/SharePoint/ViewFieldCollection.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ViewFieldCollection.php | MIT |
public function getAllowEmailAddresses()
{
return $this->getProperty("AllowEmailAddresses");
} | @return bool | getAllowEmailAddresses | php | vgrem/phpSPO | src/SharePoint/PickerSettings.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/PickerSettings.php | MIT |
public function setAllowEmailAddresses($value)
{
$this->setProperty("AllowEmailAddresses", $value, true);
} | @var bool | setAllowEmailAddresses | php | vgrem/phpSPO | src/SharePoint/PickerSettings.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/PickerSettings.php | MIT |
public function getAllowOnlyEmailAddresses()
{
return $this->getProperty("AllowOnlyEmailAddresses");
} | @return bool | getAllowOnlyEmailAddresses | php | vgrem/phpSPO | src/SharePoint/PickerSettings.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/PickerSettings.php | MIT |
public function setAllowOnlyEmailAddresses($value)
{
$this->setProperty("AllowOnlyEmailAddresses", $value, true);
} | @var bool | setAllowOnlyEmailAddresses | php | vgrem/phpSPO | src/SharePoint/PickerSettings.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/PickerSettings.php | MIT |
public function getPrincipalAccountType()
{
return $this->getProperty("PrincipalAccountType");
} | @return string | getPrincipalAccountType | php | vgrem/phpSPO | src/SharePoint/PickerSettings.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/PickerSettings.php | MIT |
public function setPrincipalAccountType($value)
{
$this->setProperty("PrincipalAccountType", $value, true);
} | @var string | setPrincipalAccountType | php | vgrem/phpSPO | src/SharePoint/PickerSettings.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/PickerSettings.php | MIT |
public function getPrincipalSource()
{
return $this->getProperty("PrincipalSource");
} | @return integer | getPrincipalSource | php | vgrem/phpSPO | src/SharePoint/PickerSettings.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/PickerSettings.php | MIT |
public function setPrincipalSource($value)
{
$this->setProperty("PrincipalSource", $value, true);
} | @var integer | setPrincipalSource | php | vgrem/phpSPO | src/SharePoint/PickerSettings.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/PickerSettings.php | MIT |
public function getQuerySettings()
{
return $this->getProperty("QuerySettings", new PeoplePickerQuerySettings());
} | @return PeoplePickerQuerySettings | getQuerySettings | php | vgrem/phpSPO | src/SharePoint/PickerSettings.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/PickerSettings.php | MIT |
public function setQuerySettings($value)
{
$this->setProperty("QuerySettings", $value, true);
} | @var PeoplePickerQuerySettings | setQuerySettings | php | vgrem/phpSPO | src/SharePoint/PickerSettings.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/PickerSettings.php | MIT |
public function getVisibleSuggestions()
{
return $this->getProperty("VisibleSuggestions");
} | @return integer | getVisibleSuggestions | php | vgrem/phpSPO | src/SharePoint/PickerSettings.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/PickerSettings.php | MIT |
public function setVisibleSuggestions($value)
{
$this->setProperty("VisibleSuggestions", $value, true);
} | @var integer | setVisibleSuggestions | php | vgrem/phpSPO | src/SharePoint/PickerSettings.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/PickerSettings.php | MIT |
public function getUseSubstrateSearch()
{
return $this->getProperty("UseSubstrateSearch");
} | @return bool | getUseSubstrateSearch | php | vgrem/phpSPO | src/SharePoint/PickerSettings.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/PickerSettings.php | MIT |
public function setUseSubstrateSearch($value)
{
$this->setProperty("UseSubstrateSearch", $value, true);
} | @var bool | setUseSubstrateSearch | php | vgrem/phpSPO | src/SharePoint/PickerSettings.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/PickerSettings.php | MIT |
public function getisUserSubscribed()
{
return $this->getProperty("isUserSubscribed");
} | @return bool | getisUserSubscribed | php | vgrem/phpSPO | src/SharePoint/SPPlaylist_Subscriber.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPPlaylist_Subscriber.php | MIT |
public function setisUserSubscribed($value)
{
return $this->setProperty("isUserSubscribed", $value, true);
} | @var bool | setisUserSubscribed | php | vgrem/phpSPO | src/SharePoint/SPPlaylist_Subscriber.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SPPlaylist_Subscriber.php | MIT |
public function getEditFormat()
{
if (!$this->isPropertyAvailable("EditFormat")) {
return null;
}
return $this->getProperty("EditFormat");
} | Specifies
whether to display the choice field (2) as radio
buttons or as a drop-down list.
@return integer | getEditFormat | php | vgrem/phpSPO | src/SharePoint/FieldChoice.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/FieldChoice.php | MIT |
public function setEditFormat($value)
{
$this->setProperty("EditFormat", $value, true);
} | Specifies
whether to display the choice field (2) as radio
buttons or as a drop-down list.
@var integer | setEditFormat | php | vgrem/phpSPO | src/SharePoint/FieldChoice.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/FieldChoice.php | MIT |
public function getClientSideComponentId()
{
return $this->getProperty("ClientSideComponentId");
} | The unique
identifier of the client-side component associated with this custom action.
@return string | getClientSideComponentId | php | vgrem/phpSPO | src/SharePoint/UserCustomAction.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/UserCustomAction.php | MIT |
public function setClientSideComponentId($value)
{
$this->setProperty("ClientSideComponentId", $value, true);
} | The unique
identifier of the client-side component associated with this custom action.
@var string | setClientSideComponentId | php | vgrem/phpSPO | src/SharePoint/UserCustomAction.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/UserCustomAction.php | MIT |
public function getClientSideComponentProperties()
{
return $this->getProperty("ClientSideComponentProperties");
} | This
property is only used when a ClientSideComponentId is specified. It is
optional. If non-empty, the string MUST contain a JSON object with custom
initialization properties whose format and meaning are defined by the
client-side component.
@return string | getClientSideComponentProperties | php | vgrem/phpSPO | src/SharePoint/UserCustomAction.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/UserCustomAction.php | MIT |
public function setClientSideComponentProperties($value)
{
$this->setProperty("ClientSideComponentProperties", $value, true);
} | This
property is only used when a ClientSideComponentId is specified. It is
optional. If non-empty, the string MUST contain a JSON object with custom
initialization properties whose format and meaning are defined by the
client-side component.
@var string | setClientSideComponentProperties | php | vgrem/phpSPO | src/SharePoint/UserCustomAction.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/UserCustomAction.php | MIT |
public function getCommandUIExtension()
{
if (!$this->isPropertyAvailable("CommandUIExtension")) {
return null;
}
return $this->getProperty("CommandUIExtension");
} | Specifies
an implementation-specific XML fragment that
determines user interface properties of the custom action.It MUST be
an XML fragment.
@return string | getCommandUIExtension | php | vgrem/phpSPO | src/SharePoint/UserCustomAction.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/UserCustomAction.php | MIT |
public function setCommandUIExtension($value)
{
$this->setProperty("CommandUIExtension", $value, true);
} | Specifies
an implementation-specific XML fragment that
determines user interface properties of the custom action.It MUST be
an XML fragment.
@var string | setCommandUIExtension | php | vgrem/phpSPO | src/SharePoint/UserCustomAction.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/UserCustomAction.php | MIT |
public function getDescription()
{
return $this->getProperty("Description");
} | Specifies
the description for the custom action.
@return string | getDescription | php | vgrem/phpSPO | src/SharePoint/UserCustomAction.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/UserCustomAction.php | MIT |
public function setDescription($value)
{
$this->setProperty("Description", $value, true);
} | Specifies
the description for the custom action.
@var string | setDescription | php | vgrem/phpSPO | src/SharePoint/UserCustomAction.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/UserCustomAction.php | MIT |
public function getGroup()
{
return $this->getProperty("Group");
} | Specifies
an implementation-specific value that determines the position of the custom
action on the page.
@return string | getGroup | php | vgrem/phpSPO | src/SharePoint/UserCustomAction.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/UserCustomAction.php | MIT |
public function setGroup($value)
{
$this->setProperty("Group", $value, true);
} | Specifies
an implementation-specific value that determines the position of the custom
action on the page.
@var string | setGroup | php | vgrem/phpSPO | src/SharePoint/UserCustomAction.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/UserCustomAction.php | MIT |
public function getHostProperties()
{
return $this->getProperty("HostProperties");
} | @return string | getHostProperties | php | vgrem/phpSPO | src/SharePoint/UserCustomAction.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/UserCustomAction.php | MIT |
public function setHostProperties($value)
{
$this->setProperty("HostProperties", $value, true);
} | @var string | setHostProperties | php | vgrem/phpSPO | src/SharePoint/UserCustomAction.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/UserCustomAction.php | MIT |
public function getId()
{
return $this->getProperty("Id");
} | The unique
identifier of the client-side component associated with this custom action.
@return string | getId | php | vgrem/phpSPO | src/SharePoint/UserCustomAction.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/UserCustomAction.php | MIT |
public function setId($value)
{
$this->setProperty("Id", $value, true);
} | The unique
identifier of the client-side component associated with this custom action.
@var string | setId | php | vgrem/phpSPO | src/SharePoint/UserCustomAction.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/UserCustomAction.php | MIT |
public function getImageUrl()
{
return $this->getProperty("ImageUrl");
} | Specifies
the URL
for the icon of the custom action.It MUST be
NULL, a server-relative URL,
or an absolute URL.
@return string | getImageUrl | php | vgrem/phpSPO | src/SharePoint/UserCustomAction.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/UserCustomAction.php | MIT |
public function setImageUrl($value)
{
$this->setProperty("ImageUrl", $value, true);
} | Specifies
the URL
for the icon of the custom action.It MUST be
NULL, a server-relative URL,
or an absolute URL.
@var string | setImageUrl | php | vgrem/phpSPO | src/SharePoint/UserCustomAction.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/UserCustomAction.php | MIT |
public function getLocation()
{
return $this->getProperty("Location");
} | Specifies
an implementation-specific value that determines which pages display the custom
action.
@return string | getLocation | php | vgrem/phpSPO | src/SharePoint/UserCustomAction.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/UserCustomAction.php | MIT |
public function setLocation($value)
{
$this->setProperty("Location", $value, true);
} | Specifies
an implementation-specific value that determines which pages display the custom
action.
@var string | setLocation | php | vgrem/phpSPO | src/SharePoint/UserCustomAction.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/UserCustomAction.php | MIT |
public function getName()
{
return $this->getProperty("Name");
} | Specifies
the name of the custom action.
@return string | getName | php | vgrem/phpSPO | src/SharePoint/UserCustomAction.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/UserCustomAction.php | MIT |
public function setName($value)
{
$this->setProperty("Name", $value, true);
} | Specifies
the name of the custom action.
@var string | setName | php | vgrem/phpSPO | src/SharePoint/UserCustomAction.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/UserCustomAction.php | MIT |
public function getRegistrationId()
{
return $this->getProperty("RegistrationId");
} | Specifies
the identifier of the object (1)
associated with the custom action. It
MUST be a list identifier or list
template if RegistrationType is Microsoft.SharePoint.Client.UserCustomActionRegistrationType.List.
It MUST be a content type identifier
if RegistrationType is Microsoft.SharePoint.Client.UserCustomActionRegistrationType.ContentType.
It MUST be a ProgID if RegistrationType
is Microsoft.SharePoint.Client.UserCustomActionRegistrationType.ProgId.
It MUST be a file extension if RegistrationType
is Microsoft.SharePoint.Client.UserCustomActionRegistrationType.FileType.
@return string | getRegistrationId | php | vgrem/phpSPO | src/SharePoint/UserCustomAction.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/UserCustomAction.php | MIT |
public function setRegistrationId($value)
{
$this->setProperty("RegistrationId", $value, true);
} | Specifies
the identifier of the object (1)
associated with the custom action. It
MUST be a list identifier or list
template if RegistrationType is Microsoft.SharePoint.Client.UserCustomActionRegistrationType.List.
It MUST be a content type identifier
if RegistrationType is Microsoft.SharePoint.Client.UserCustomActionRegistrationType.ContentType.
It MUST be a ProgID if RegistrationType
is Microsoft.SharePoint.Client.UserCustomActionRegistrationType.ProgId.
It MUST be a file extension if RegistrationType
is Microsoft.SharePoint.Client.UserCustomActionRegistrationType.FileType.
@var string | setRegistrationId | php | vgrem/phpSPO | src/SharePoint/UserCustomAction.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/UserCustomAction.php | MIT |
public function getRegistrationType()
{
return $this->getProperty("RegistrationType");
} | Specifies
the type of object (1)
associated with the custom action. It
MUST be a list if the RegistrationId
is a list
identifier or list template. It
MUST be ContentType if the RegistrationId is a content
type identifier. It MUST be ProgID if the RegistrationId is a
ProgID.
It MUST be FileType if the RegistrationId is a file extension.
@return integer | getRegistrationType | php | vgrem/phpSPO | src/SharePoint/UserCustomAction.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/UserCustomAction.php | MIT |
public function setRegistrationType($value)
{
$this->setProperty("RegistrationType", $value, true);
} | Specifies
the type of object (1)
associated with the custom action. It
MUST be a list if the RegistrationId
is a list
identifier or list template. It
MUST be ContentType if the RegistrationId is a content
type identifier. It MUST be ProgID if the RegistrationId is a
ProgID.
It MUST be FileType if the RegistrationId is a file extension.
@var integer | setRegistrationType | php | vgrem/phpSPO | src/SharePoint/UserCustomAction.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/UserCustomAction.php | MIT |
public function getRights()
{
return $this->getProperty("Rights", new BasePermissions());
} | Specifies
the permissions
needed for the custom action.It MUST
NOT be NULL.
@return BasePermissions | getRights | php | vgrem/phpSPO | src/SharePoint/UserCustomAction.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/UserCustomAction.php | MIT |
public function setRights($value)
{
$this->setProperty("Rights", $value, true);
} | Specifies
the permissions
needed for the custom action.It MUST
NOT be NULL.
@var BasePermissions | setRights | php | vgrem/phpSPO | src/SharePoint/UserCustomAction.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/UserCustomAction.php | MIT |
public function getScope()
{
if (!$this->isPropertyAvailable("Scope")) {
return null;
}
return $this->getProperty("Scope");
} | Specifies
the scope of the custom action.
@return integer | getScope | php | vgrem/phpSPO | src/SharePoint/UserCustomAction.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/UserCustomAction.php | MIT |
public function setScope($value)
{
$this->setProperty("Scope", $value, true);
} | Specifies
the scope of the custom action.
@var integer | setScope | php | vgrem/phpSPO | src/SharePoint/UserCustomAction.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/UserCustomAction.php | MIT |
public function getScriptBlock()
{
if (!$this->isPropertyAvailable("ScriptBlock")) {
return null;
}
return $this->getProperty("ScriptBlock");
} | Specifies
the [ECMA-262-1999]
script to be executed when the custom action is
performed. It MUST be NULL if Location is not "ScriptLink".
@return string | getScriptBlock | php | vgrem/phpSPO | src/SharePoint/UserCustomAction.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/UserCustomAction.php | MIT |
public function setScriptBlock($value)
{
$this->setProperty("ScriptBlock", $value, true);
} | Specifies
the [ECMA-262-1999]
script to be executed when the custom action is
performed. It MUST be NULL if Location is not "ScriptLink".
@var string | setScriptBlock | php | vgrem/phpSPO | src/SharePoint/UserCustomAction.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/UserCustomAction.php | MIT |
public function getScriptSrc()
{
if (!$this->isPropertyAvailable("ScriptSrc")) {
return null;
}
return $this->getProperty("ScriptSrc");
} | Specifies
the URI
of a file
that contains the [ECMA-262-1999]
script to execute on the page. It MUST be NULL if Location is not
"ScriptLink". It MUST be
NULL, or a server-relative URL.
@return string | getScriptSrc | php | vgrem/phpSPO | src/SharePoint/UserCustomAction.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/UserCustomAction.php | MIT |
public function setScriptSrc($value)
{
$this->setProperty("ScriptSrc", $value, true);
} | Specifies
the URI
of a file
that contains the [ECMA-262-1999]
script to execute on the page. It MUST be NULL if Location is not
"ScriptLink". It MUST be
NULL, or a server-relative URL.
@var string | setScriptSrc | php | vgrem/phpSPO | src/SharePoint/UserCustomAction.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/UserCustomAction.php | MIT |
public function getSequence()
{
if (!$this->isPropertyAvailable("Sequence")) {
return null;
}
return $this->getProperty("Sequence");
} | Specifies
an implementation-specific value that determines the order of the custom
action that appears on the page. Its value MUST be equal to or greater than 0. Its value MUST
be equal to or less than 65536.
@return integer | getSequence | php | vgrem/phpSPO | src/SharePoint/UserCustomAction.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/UserCustomAction.php | MIT |
public function setSequence($value)
{
$this->setProperty("Sequence", $value, true);
} | Specifies
an implementation-specific value that determines the order of the custom
action that appears on the page. Its value MUST be equal to or greater than 0. Its value MUST
be equal to or less than 65536.
@var integer | setSequence | php | vgrem/phpSPO | src/SharePoint/UserCustomAction.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/UserCustomAction.php | MIT |
public function getTitle()
{
if (!$this->isPropertyAvailable("Title")) {
return null;
}
return $this->getProperty("Title");
} | Specifies
the display
name for the custom action.
@return string | getTitle | php | vgrem/phpSPO | src/SharePoint/UserCustomAction.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/UserCustomAction.php | MIT |
public function setTitle($value)
{
$this->setProperty("Title", $value, true);
} | Specifies
the display
name for the custom action.
@var string | setTitle | php | vgrem/phpSPO | src/SharePoint/UserCustomAction.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/UserCustomAction.php | MIT |
public function getUrl()
{
return $this->getProperty("Url");
} | Specifies
the URL
for the icon of the custom action.It MUST be
NULL, a server-relative URL,
or an absolute URL.
@return string | getUrl | php | vgrem/phpSPO | src/SharePoint/UserCustomAction.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/UserCustomAction.php | MIT |
public function setUrl($value)
{
$this->setProperty("Url", $value, true);
} | Specifies
the URL
for the icon of the custom action.It MUST be
NULL, a server-relative URL,
or an absolute URL.
@var string | setUrl | php | vgrem/phpSPO | src/SharePoint/UserCustomAction.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/UserCustomAction.php | MIT |
public function getVersionOfUserCustomAction()
{
return $this->getProperty("VersionOfUserCustomAction");
} | Specifies
an implementation-specific version identifier. It MUST
NOT be NULL.
@return string | getVersionOfUserCustomAction | php | vgrem/phpSPO | src/SharePoint/UserCustomAction.php | https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/UserCustomAction.php | MIT |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.