SPList.Forms Property
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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<ClientCallableAttribute> _
<ClientCallableConstraintAttribute(Type := ClientCallableConstraintType.NotNull)> _
Public ReadOnly Property Forms As SPFormCollection
Get
'Usage
Dim instance As SPList
Dim value As SPFormCollection
value = instance.Forms
[ClientCallableAttribute]
[ClientCallableConstraintAttribute(Type = ClientCallableConstraintType.NotNull)]
public SPFormCollection Forms { get; }
Property Value
Type: Microsoft.SharePoint.SPFormCollection
A collection of SPForm objects that represent the forms.
Remarks
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.