SPListItem.CopyTo method

Copies the item to the specified destination.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Sub CopyTo ( _
    destinationUrl As String _
)
'Usage
Dim instance As SPListItem
Dim destinationUrl As String

instance.CopyTo(destinationUrl)
public void CopyTo(
    string destinationUrl
)

Parameters

  • destinationUrl
    Type: System.String

    The URL of the destination to which to copy the item.

    Note

    The destination URL must reside on the same server on which the code is running. This copy operation does not copy to URLs on remote servers.

Exceptions

Exception Condition
ArgumentException

destinationUrl is null or empty.

NotSupportedException

The SPListItem object has an external data source.

Remarks

This method copies the current list item to the destination location specified by the destinationUrl parameter.

See also

Reference

SPListItem class

SPListItem members

Microsoft.SharePoint namespace