SPOfficialFileHost.Action Property
Gets information about whether the source file is untouched, deleted, or replaced with a link.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property Action As SPOfficialFileAction
Get
Set
'Usage
Dim instance As SPOfficialFileHost
Dim value As SPOfficialFileAction
value = instance.Action
instance.Action = value
public SPOfficialFileAction Action { get; set; }
Property Value
Type: Microsoft.SharePoint.SPOfficialFileAction
An SPOfficialFileAction object that describes how the source file was handled.
Remarks
The types of processes that can be used to send the file to the target location are defined in the SPOfficialFileAction enumeration.