Click or drag to resize

RemoteSearchItem Class

Represents remote server search result item (file or folder), returned by Search(RemoteSearchOptions) or Search(String, RemoteSearchOptions) method.
Inheritance Hierarchy
SystemObject
  Limilabs.FTP.ClientRemoteSearchItem

Namespace: Limilabs.FTP.Client
Assembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntax
public class RemoteSearchItem

The RemoteSearchItem type exposes the following members.

Constructors
 NameDescription
Public methodRemoteSearchItemInitializes a new instance of the RemoteSearchItem class
Top
Properties
 NameDescription
Public propertyFtpItem Gets the FtpItem represented by this remote server search result item.
Public propertyIsFolder Gets the boolean value indicating if this remote server search result item is a folder.
Public propertyRemoteFolder Gets the remote folder of this remote server search result item.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetLocalPath Gets the full local path of the FtpItem represented by this remote server search result item rooted in localFolder parameter.
Public methodGetRemotePath Gets the full remote path of the FtpItem represented by this remote server search result item.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also