SPViewScope enumeration
指定文件庫檢視的遞迴範圍。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Enumeration SPViewScope
'用途
Dim instance As SPViewScope
public enum SPViewScope
Members
Member name | Description | |
---|---|---|
Default | 只顯示檔案和子資料夾的特定資料夾。 | |
Recursive | 顯示所有資料夾的所有檔案。 | |
RecursiveAll | 顯示所有檔案和所有資料夾的所有子資料夾。 | |
FilesOnly | 僅顯示檔案的特定資料夾。 |
備註
SPView類別的Scope屬性使用SPViewScope列舉型別。