CreateFilePathRegularExpression
CreateFilePathRegularExpression(string)
正規表現に一致しないドキュメントをスキップするためのフィルターを作成します。 正規表現はドキュメントのフル パスに適用されます。
public static ISearchDocumentFilter CreateFilePathRegularExpression(string pattern)
パラメータ | タイプ | 説明 |
---|---|---|
pattern | String | 正規表現パターン。 |
戻り値
ファイル名による検索ドキュメント フィルター。
関連項目
- interface ISearchDocumentFilter
- class SearchDocumentFilter
- 名前空間 GroupDocs.Search.Options
- 組み立て GroupDocs.Search
CreateFilePathRegularExpression(string, RegexOptions)
正規表現に一致しないドキュメントをスキップするためのフィルターを作成します。 正規表現はドキュメントのフル パスに適用されます。
public static ISearchDocumentFilter CreateFilePathRegularExpression(string pattern,
RegexOptions options)
パラメータ | タイプ | 説明 |
---|---|---|
pattern | String | 正規表現パターン。 |
options | RegexOptions | 正規表現オプション。 |
戻り値
ファイル名による検索ドキュメント フィルター。
関連項目
- interface ISearchDocumentFilter
- class SearchDocumentFilter
- 名前空間 GroupDocs.Search.Options
- 組み立て GroupDocs.Search