次の方法で共有


SPViewScope 単純型 (DeploymentManifest)

最終更新日: 2015年3月9日

適用対象: SharePoint Foundation 2010

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


<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

特定のフォルダのファイルのみ表示します。

関連項目

参照

SPViewScope

概念

DeploymentManifest スキーマ