FileSystem.ListingOptions
Namespace: TagBites.IO
Assembly: TagBites.IO.dll
Product: TagBites.IO v. 2.0.0
Represents the options for listing files/directories.
public class FileSystem.ListingOptionsInheritance: object → FileSystem.ListingOptions
Constructors
Section titled “Constructors”ListingOptions()
Section titled “ListingOptions()”public ListingOptions()Properties
Section titled “Properties”HasSearchPattern
Section titled “HasSearchPattern”Gets a value indicating whether the options have defined search pattern.
public bool HasSearchPattern { get; }Property Value
Section titled “Property Value”true if the options define a search pattern; otherwise, false.
Recursive
Section titled “Recursive”Gets a value indicating whether the search is taking into account subdirectories.
public bool Recursive { get; }Property Value
Section titled “Property Value”true if the search is taking into account subdirectories; otherwise, false.
RecursiveHandled
Section titled “RecursiveHandled”Gets a value indicating whether the recursive search is handled.
public bool RecursiveHandled { get; set; }Property Value
Section titled “Property Value”true if the recursive search is handled; otherwise, false.
SearchForDirectories
Section titled “SearchForDirectories”Gets a value indicating whether the search is for directories.
public bool SearchForDirectories { get; }Property Value
Section titled “Property Value”true if the search is for directories; otherwise, false.
SearchForFiles
Section titled “SearchForFiles”Gets a value indicating whether the search is for files.
public bool SearchForFiles { get; }Property Value
Section titled “Property Value”true if the search is for files; otherwise, false.
SearchPattern
Section titled “SearchPattern”Gets the search pattern.
public string SearchPattern { get; }Property Value
Section titled “Property Value”A String containing the search pattern.
SearchPatternHandled
Section titled “SearchPatternHandled”Gets a value indicating whether the search pattern is handled.
public bool SearchPatternHandled { get; set; }Property Value
Section titled “Property Value”true if the search pattern is handled; otherwise, false.