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)

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