Views Element (DeploymentManifest)

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

Represents a collection of Windows SharePoint Services 3.0 view object instances.

Definition

DECLARATION
<xs:element name="Views" type="SPViewCollection" minOccurs="0" maxOccurs="1" />

USAGE
<List>
        <Views>
                <View />
        </Views>
</List>

Type

SPViewCollection object

Elements and attributes

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

Attributes

None

Child elements

View Element (DeploymentManifest)

Parent elements

List Element (DeploymentManifest)

See also