Sitecore 5.0 API
ItemCollection.CopyTo Method
Copies to.
[Visual Basic]
Public Sub CopyTo( _
ByVal
array
As
Array
, _
ByVal
index
As
Integer
_
)
[C#]
public
void
CopyTo(
Array
array
,
int
index
);
Parameters
array
Array.
index
Index.
See Also
ItemCollection Class
|
Sitecore.Collections Namespace