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.22214.1022
Syntax
public class RemoteSearchItem

The RemoteSearchItem type exposes the following members.

Constructors
  NameDescription
Public methodRemoteSearchItem
Initializes 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 methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves 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 methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also