次の方法で共有


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 に変更します。

適用対象