SPFormContext class

Provides information about the context that is specific to a list item form.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.SPFormContext

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

Syntax

'Declaration
Public NotInheritable Class SPFormContext
'Usage
Dim instance As SPFormContext
public sealed class SPFormContext

Remarks

Use the FormContext property of the SPContext class to get the context of the current form.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

SPFormContext members

Microsoft.SharePoint namespace