CreateFilePathRegularExpression
İçindekiler
[
Saklamak
]
CreateFilePathRegularExpression(string)
Bir normal ifadeyle eşleşmeyen belgeleri atlamak için bir filtre oluşturur. Normal ifade, bir belgenin tam yoluna uygulanır.
public static DocumentFilter CreateFilePathRegularExpression(string pattern)
Parametre | Tip | Tanım |
---|---|---|
pattern | String | Normal ifade kalıbı. |
Geri dönüş değeri
Dosya adına göre bir belge filtresi.
Ayrıca bakınız
- class DocumentFilter
- ad alanı GroupDocs.Search.Options
- toplantı GroupDocs.Search
CreateFilePathRegularExpression(string, RegexOptions)
Bir normal ifadeyle eşleşmeyen belgeleri atlamak için bir filtre oluşturur. Normal ifade, bir belgenin tam yoluna uygulanır.
public static DocumentFilter CreateFilePathRegularExpression(string pattern, RegexOptions options)
Parametre | Tip | Tanım |
---|---|---|
pattern | String | Normal ifade kalıbı. |
options | RegexOptions | Normal ifade seçenekleri. |
Geri dönüş değeri
Dosya adına göre bir belge filtresi.
Ayrıca bakınız
- class DocumentFilter
- ad alanı GroupDocs.Search.Options
- toplantı GroupDocs.Search