SPViewScope Simple Type (DeploymentManifest)
Applies to: SharePoint Foundation 2010
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. |