Forms Element (DeploymentManifest)

Applies to: SharePoint Foundation 2010

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

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

USAGE

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

Type

SPFormCollection

Attributes

Attribute

Type

Description

None

Child Elements

Form Element (DeploymentManifest)

Parent Elements

List Element (DeploymentManifest)

See Also

Reference

SPFormCollection

Concepts

DeploymentManifest Schema