Share via


SPCopyDestination.Type property

Gets or sets the way that the update prompt is displayed when managing the copy destination.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property Type As SPCopyDestinationType
    Get
    Set
'Usage
Dim instance As SPCopyDestination
Dim value As SPCopyDestinationType

value = instance.Type

instance.Type = value
public SPCopyDestinationType Type { get; set; }

Property value

Type: Microsoft.SharePoint.SPCopyDestinationType
An SPCopyDestinationType value that indicates the copy behavior; either "Ignore," "None," "No Update," or "Update."

Remarks

When updating all copies of a document, "Update" displays the copy destination and includes it for update. "No Update" displays the copy destination but does not include it for update. "Ignore" does not display the copy destination." "None" does not set a type.

See also

Reference

SPCopyDestination class

SPCopyDestination members

Microsoft.SharePoint namespace