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)

Syntax

'Declaration
Public ReadOnly Property Forms As SPFormCollection
    Get
'Usage
Dim instance As SPList
Dim value As SPFormCollection

value = instance.Forms
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.

See also

Reference

SPList class

SPList members

Microsoft.SharePoint namespace