Share via


ViewForm 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 the specific Web Part object (SPViewForm) instances that are listed in the ViewFormsList.xml file, which is exported to the content migration package. The ViewFormsList.xml file specifies whether each instance is a view or a form.

DECLARATION
<xs:element
    name="ViewForm"
    type="SPViewForm"
    minOccurs="0" maxOccurs="unbounded"
/>

USAGE
<ViewFormsList>
    <ViewForm
       Id="xs:string"
       Type="xs:string"
    />
</ViewFormsList>

Type

SPViewForm

Attributes

Attribute

Type

Description

Id

xs:string

Optional. Unique identifier that identifies each specific Web Part.

Type

xs:string

Specifies whether the Web Part is a view or a form. Allowable values are View, Form, and File. However, the File value is not functional and is reserved for future use.

Child Elements

None

Parent Elements

ViewFormsList Element (DeploymentViewFormsList)

See Also

Concepts

DeploymentViewFormsList Schema