CreateOr

DocumentFilter.CreateOr method

指定されたフィルターの論理和を作成します。

public static DocumentFilter CreateOr(params DocumentFilter[] filters)
パラメータ タイプ 説明
filters DocumentFilter[] ドキュメント フィルター。

戻り値

指定されたフィルターの論理和の結果を表すドキュメント フィルター。

関連項目