Forms Element (DeploymentManifest)

Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013

Represents a collection of Windows SharePoint Services 3.0 form (SPFormCollection) object instances.

Definition

DECLARATION
<xs:element name="Forms" type="SPFormCollection" minOccurs="0" maxOccurs="1" />

USAGE
<List>
        <Forms>
                <Form />
        </Forms>
</List>

Type

SPFormCollection

Elements and attributes

The following sections describe attributes, child elements, and parent elements.

Attributes

None

Child elements

Form Element (DeploymentManifest)

Parent elements

List Element (DeploymentManifest)

See also