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)

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.

See also

Reference

SPOfficialFileHost class

SPOfficialFileHost members

Microsoft.SharePoint namespace