SPOfficialFileAction Enumeration

The types of processes that can be used to send the file to the target location.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
<SubsetCallableTypeAttribute> _
Public Enumeration SPOfficialFileAction
'Usage
Dim instance As SPOfficialFileAction
[SubsetCallableTypeAttribute]
public enum SPOfficialFileAction

Members

Member name Description
Copy A file copy operation that preserves the source file and creates a copy in the target location.
Move A move operation in which the source file is deleted from the source location after it is successfully sent to or submitted to the target destination location.
Link An operation that combines a move of the source file to the target location with the placement of link to the target file at the source location.

See Also

Reference

Microsoft.SharePoint Namespace

SPOfficialFileHost