appliesToTypes simpleType (Action4)
Applies to: SharePoint Server 2013
Simple type for specifying which SharePoint object type the action applies to.
Type information
Information | Location |
---|---|
Element type | |
Namespace | |
Schema file | Actions4.xsd |
Definition
<s:simpleType name="appliesToTypes">
<s:restriction base="s:string">
<s:enumeration value="none" />
<s:enumeration value="list" />
<s:enumeration value="doclib" />
<s:enumeration value="all" />
<s:enumeration value="displayonly" />
</s:restriction>
</s:simpleType>
Enumeration values
Value |
Description |
---|---|
none |
Applies to no SharePoint object type. |
list |
Applies to SharePoint lists. |
doclib |
Applies to SharePoint document libraries. |
all |
Applies to all object types - that is, both lists and document libraries. |
displayonly |
Provided for display in the user interface but applies to no object type. |