SPCopyDestinationType Enumeration
Specifies the behavior used for updates of a document to a copy destination.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<SubsetCallableTypeAttribute> _
Public Enumeration SPCopyDestinationType
'Usage
Dim instance As SPCopyDestinationType
[SubsetCallableTypeAttribute]
public enum SPCopyDestinationType
Members
Member name | Description | |
---|---|---|
None | Does not set a destination type. | |
Update | Displays the copy destination with the update option checked. | |
NoUpdate | Displays the copy destination with the update option unchecked. | |
Ignore | Does not display the copy destination. |