Skip to content

Latest commit

 

History

History
56 lines (37 loc) · 1.33 KB

views-element-deploymentmanifest.md

File metadata and controls

56 lines (37 loc) · 1.33 KB
title manager ms.date description ms.audience ms.topic ms.localizationpriority ms.assetid
Views Element (DeploymentManifest)
soliver
06/15/2022
Describes Views Element (DeploymentManifest) and includes information on elements and attributes.
Developer
reference
medium
2d9bc3a6-ed02-400b-9243-1e51de45b409

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