Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |