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 a collection of form objects that represent the forms that are used in creating, editing, or displaying items in the list.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public ReadOnly Property Forms As SPFormCollection
Get
'Usage
Dim instance As SPList
Dim value As SPFormCollection
value = instance.Forms
public SPFormCollection Forms { get; }
Type: Microsoft.SharePoint.SPFormCollection
A collection of SPForm objects that represent the forms.
The Forms property only returns forms that are part of the original list schema and does not return custom forms, even if they are created in a Web page editor that is compatible with SharePoint Foundation.