CreateAttribute

SearchDocumentFilter.CreateAttribute method

許可される属性の指定されたリストからの値を持たないドキュメントをスキップするためのフィルターを作成します。

public static ISearchDocumentFilter CreateAttribute(params string[] attributes)
パラメータ タイプ 説明
attributes String[] 許容される属性のリスト。

戻り値

ドキュメント属性による検索ドキュメント フィルタ。

関連項目