SPListItem.CopyDestinations-Eigenschaft
Ruft eine Liste der URLs an den das Element kopiert werden kann über die Benutzeroberfläche SharePoint Foundation.
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; }
Eigenschaftswert
Typ: Microsoft.SharePoint.SPCopyDestinationCollection
Ein SPCopyDestinationCollection -Objekt, das die Liste der Ziel-URLs darstellt.