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.
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)
Available in Sandboxed Solutions: No
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.