DataFormWebPart.IntermediateFormActions property

Gets an array of objects that store information about intermediate form actions on the DataFormWebPart.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected ReadOnly Property IntermediateFormActions As ArrayList
    Get
'Usage
Dim value As ArrayList

value = Me.IntermediateFormActions
protected ArrayList IntermediateFormActions { get; }

Property value

Type: System.Collections.ArrayList
An array that stores intermediate form actions information.

Remarks

These actions are stored in the view state until they are committed to the data source.

See also

Reference

DataFormWebPart class

DataFormWebPart members

Microsoft.SharePoint.WebPartPages namespace