共用方式為


QueryOptions.FolderDepth 屬性

定義

指出搜尋查詢是否應該產生資料夾內容的淺層檢視,還是所有檔案和子資料夾的深層遞迴檢視。

public:
 property FolderDepth FolderDepth { FolderDepth get(); void set(FolderDepth value); };
FolderDepth FolderDepth();

void FolderDepth(FolderDepth value);
public FolderDepth FolderDepth { get; set; }
var folderDepth = queryOptions.folderDepth;
queryOptions.folderDepth = folderDepth;
Public Property FolderDepth As FolderDepth

屬性值

值,指出查詢資料夾的深度。 預設值為 FolderDepth.Shallow。 預先定義的查詢通常會覆寫此屬性,並將其變更為 FolderDepth.Deep

適用於