Copies the item to the specified destination.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
Visual Basic (Declaration)
Public Sub CopyTo ( _
destinationUrl As String _
)
Dim instance As SPListItem
Dim destinationUrl As String
instance.CopyTo(destinationUrl)
public void CopyTo (
string destinationUrl
)
Parameters
- destinationUrl
A string that contains 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. |