DirectoryOptions Class

Definition

Represents a set of options that may be specified for directory transfer operation

public class DirectoryOptions
type DirectoryOptions = class
Public Class DirectoryOptions
Inheritance
DirectoryOptions
Derived

Constructors

DirectoryOptions()

Properties

Recursive

Gets or sets a boolean that indicates whether to include subdirectories when doing a directory transfer operation.

SearchPattern

Gets or sets a string that will be used to match against the names of files.

Applies to