CopyTo 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

array
The one-dimensional DirItems array that is the destination of the elements copied from the collection. The array must have zero-based indexing.
index
The zero-based index in array at which copying begins.
See Also Requirements Languages WeOnlyDo.Client.FTP Send comments on this topic.

CopyTo Method

Copies the entire DirItems list to a compatible one-dimensional Array, starting at the specified index of the target array.

[Visual Basic]
Public Sub CopyTo( _    ByVal array() As DirItem, _    ByVal index As Integer _ )
[C#]
public void CopyTo(    DirItem[] array,    int index );
[JScript]
public function CopyTo(    array : DirItem[],    index : int );

Parameters

array
The one-dimensional DirItems array that is the destination of the elements copied from the collection. The array must have zero-based indexing.
index
The zero-based index in array at which copying begins.

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.