SPViewScope Simple Type (DeploymentManifest)
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
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>
Enumeration Values
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 alll subfolders of all folders. |
FilesOnly |
Shows only the files of a specific folder. |