Contains Method

See Also

DirItemsCollection Class  | DirItemsCollection Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Language

Visual Basic

C#

JScript

Show All

Item
DirItem object to locate in the collection.
See Also Requirements Languages WeOnlyDo.Client.FTP Send comments on this topic.

Contains Method

Determines whether the collection contains a specific value.

[Visual Basic]
Public Function Contains( _    ByVal Item As DirItem _ ) As Boolean
[C#]
public bool Contains(    DirItem Item );
[JScript]
public function Contains(    Item : DirItem ) : boolean;

Parameters

Item
DirItem object to locate in the collection.

Return Type

True if item is found, False otherwise.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

DirItemsCollection Class  | DirItemsCollection Members

 

 


© WeOnlyDo Software. All Rights Reserved.