SPListItem.CopyDestinations Property
Gets a list of URLs to which the item can be copied through the Windows SharePoint Services user interface.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
Public ReadOnly Property CopyDestinations As SPCopyDestinationCollection
Get
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.