ViewFormsList Element (DeploymentViewFormsList)

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

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.

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

USAGE
<ViewFormsList>
    <ViewForm />
</ViewFormsList>

Type

SPViewFormsList

Attributes

Attribute

Type

Description

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

Concepts

DeploymentViewFormsList Schema