Skip to main content

SearchBuilder.SkipDirectory(String, RegexOptions, Object, Func<String, Boolean>) Method

Containing Type: SearchBuilder

Assembly: Orang.FileSystem.dll

WARNING: This API is now obsolete.

This method is obsolete and will be removed in future versions. Use method Include/Exclude instead.

[Obsolete("This method is obsolete and will be removed in future versions. Use method Include/Exclude instead.")]
public Orang.FileSystem.Fluent.SearchBuilder SkipDirectory(string pattern, System.Text.RegularExpressions.RegexOptions options = None, object? group = null, Func<string, bool>? predicate = null)

Parameters

pattern String

options RegexOptions

group Object

predicate Func<String, Boolean>

Returns

SearchBuilder

Attributes