Microsoft.SharePoint


SPFormContext Class (Microsoft.SharePoint)
Provides information about the context that is specific to a list item form.

Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
Syntax

Visual Basic (Declaration)
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel:=True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel:=True)> _
Public NotInheritable Class SPFormContext
Visual Basic (Usage)
Dim instance As SPFormContext
C#
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel=true)] 
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel=true)] 
public sealed class SPFormContext
Remarks

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

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.SPFormContext
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

Tags :


Page view tracker