ViewFormsList Element (DeploymentViewFormsList)

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

Represents a collection of ViewForm (SPViewForm) instances and comprises the list represented in the ViewFormsList.xml file that is exported to the content migration package.

Definition

DECLARATION
<xs:element
    name="ViewFormsList"
    type="SPViewFormsList"
/>
USAGE
<ViewFormsList>
    <ViewForm />
</ViewFormsList>

Type

SPViewFormsList

Elements and attributes

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

Attributes

None

Child elements

ViewForm Element (DeploymentViewFormsList)

Parent elements

None

Remarks

The ViewFormsList element is the root element of the DeploymentViewFormsList Schema and therefore has no parent element.

See also