SPListItem.CopyDestinations Property

Gets a list of URLs to which the item can be copied through the SharePoint Foundation user interface.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public ReadOnly Property CopyDestinations As SPCopyDestinationCollection
    Get
'Usage
Dim instance As SPListItem
Dim value As SPCopyDestinationCollection

value = instance.CopyDestinations
public SPCopyDestinationCollection CopyDestinations { get; }

Property Value

Type: Microsoft.SharePoint.SPCopyDestinationCollection
An SPCopyDestinationCollection object that represents the list of destination URLs.

See Also

Reference

SPListItem Class

SPListItem Members

Microsoft.SharePoint Namespace