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
Provides values for specifying the recursive scope of a specified view into a document library.
<xs:simpleType name="SPViewScope">
<xs:restriction base="xs:string">
<xs:enumeration value="Default" />
<xs:enumeration value="Recursive" />
<xs:enumeration value="RecursiveAll" />
<xs:enumeration value="FilesOnly" />
</xs:restriction>
</xs:simpleType>
Value | Description |
---|---|
Default |
Shows only the files and subfolders of a specific folder. |
Recursive |
Shows all files of all folders. |
RecursiveAll |
Shows all files and all subfolders of all folders. |
FilesOnly |
Shows only the files of a specific folder. |
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