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)
Syntax
'Declaration
Public Enumeration SPOfficialFileAction
'Usage
Dim instance As SPOfficialFileAction
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. |