recls C# mapping

FtpSearch Class

Represents a file search operation

For a list of all members of this type, see FtpSearch Members.

System.Object
   Search
      FtpSearch

[Visual Basic]
Public Class FtpSearch
Inherits Search
[C#]
public class FtpSearch : Search

Remarks

Each FtpSearch instance captures the search directory, pattern and flags of a particular search. The FtpSearch instance may then be used in two ways:

  1. as the expression of a foreach statement
  2. as the generator of an IEnumerator, via the GetEnumerator method, which may then be used explicitly to provide enumeration of the search results via the MoveNext and Reset methods, and the Current property.

Requirements

Namespace: recls

Assembly: recls.NET (in recls.NET.dll)

See Also

FtpSearch Members | recls Namespace