Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.