edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

The FileNotFoundStrings type exposes the following members.

Constructors

  NameDescription
Public methodFileNotFoundStrings
Constructor. Adds the fragments to match on.

Methods

  NameDescription
Public methodAdd
Add the string to the collection.
(Inherited from ServerStrings.)
Public methodAddRange
Add all the strings to the collection.
(Inherited from ServerStrings.)
Public methodClear (Inherited from CollectionBase.)
Public methodContains
Returns true if the given string is already in the collection.
(Inherited from ServerStrings.)
Public methodCopyTo
Copy all the strings in the collection to the array starting at the given index.
(Inherited from ServerStrings.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator (Inherited from CollectionBase.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf
Returns the index of the given string or -1 if it's not in the collection.
(Inherited from ServerStrings.)
Public methodInsert
Inserts the given string into the collection at the given index.
(Inherited from ServerStrings.)
Public methodMatches
Returns true if any fragment is found in the supplied string
(Inherited from ServerStrings.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodOnClear (Inherited from CollectionBase.)
Protected methodOnClearComplete (Inherited from CollectionBase.)
Protected methodOnInsert (Inherited from CollectionBase.)
Protected methodOnInsertComplete (Inherited from CollectionBase.)
Protected methodOnRemove (Inherited from CollectionBase.)
Protected methodOnRemoveComplete (Inherited from CollectionBase.)
Protected methodOnSet (Inherited from CollectionBase.)
Protected methodOnSetComplete (Inherited from CollectionBase.)
Protected methodOnValidate (Inherited from CollectionBase.)
Public methodRemove
Remove the given string from the collection.
(Inherited from ServerStrings.)
Public methodRemoveAt (Inherited from CollectionBase.)
Public methodToString (Inherited from Object.)

Fields

  NameDescription
Public fieldStatic memberCANNOT_FIND
Server string indicating file not found (CANNOT_FIND)
Public fieldStatic memberCANNOT_FIND_THE_FILE
Server string indicating file not found (CANNOT_FIND_THE_FILE)
Public fieldStatic memberCOULD_NOT_GET_FILE
Server string indicating file not found (COULD_NOT_GET_FILE)
Public fieldStatic memberDOES_NOT_EXIST
Server string indicating file not found (DOES_NOT_EXIST)
Public fieldStatic memberFAILED_TO_OPEN_FILE
Server string indicating file not found (FAILED_TO_OPEN_FILE)
Public fieldStatic memberFILE_NOT_FOUND
Server string indicating file not found (FILE_NOT_FOUND)
Public fieldStatic memberNO_SUCH_FILE
Server string indicating file not found (NO_SUCH_FILE)
Public fieldStatic memberNOT_REGULAR_FILE
Server string indicating file not found (NOT_REGULAR_FILE)

Properties

  NameDescription
Public propertyCapacity (Inherited from CollectionBase.)
Public propertyCount (Inherited from CollectionBase.)
Protected propertyInnerList (Inherited from CollectionBase.)
Public propertyItem
Gets a reference to a string at the given index.
(Inherited from ServerStrings.)
Protected propertyList (Inherited from CollectionBase.)

See Also