ViewFormsList Element (DeploymentViewFormsList)

Applies to: SharePoint Foundation 2010

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