Events
Microsoft 365 Community Conference
May 6, 2 PM - May 9, 12 AM
Skill up for the era of AI at the ultimate community-led Microsoft 365 event, May 6-8 in Las Vegas.
Learn moreThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies the document type of a specified list item.
<xs:simpleType name="ListItemDocType">
<xs:restriction base="xs:string">
<xs:enumeration value="File" />
<xs:enumeration value="Folder" />
<xs:enumeration value="Unknown" />
</xs:restriction>
</xs:simpleType>
Value | Description |
---|---|
File |
Specifies a list item object of type file. |
Folder |
Specifies a list item object of type folder. |
Unknown |
Indicates that a list item object is of unknown type. |
Objects of type Unknown are typically Web object types. This enumeration provides values for the DocType attribute on the ListItem Element (DeploymentManifest - SPGenericObject).
Events
Microsoft 365 Community Conference
May 6, 2 PM - May 9, 12 AM
Skill up for the era of AI at the ultimate community-led Microsoft 365 event, May 6-8 in Las Vegas.
Learn more