SPViewScope 単純型 (DeploymentManifest)

適用対象: SharePoint 2016 |SharePoint Foundation 2013 |SharePoint Online |SharePoint Server 2013

指定されたビューの再帰的なスコープを指定する値をドキュメント ライブラリに提供します。

定義

<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>

列挙値

説明
Default
特定のフォルダのファイルとサブフォルダのみ表示します。
Recursive
すべてのフォルダのすべてのファイルを表示します。
RecursiveAll
すべてのファイルとすべてのフォルダーのすべてのサブフォルダーを表示します。
FilesOnly
特定のフォルダのファイルのみ表示します。

関連項目