DeletedFields Element (DeploymentManifest)

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

Represents a container of deleted fields specified for a SharePoint list.

Definition

DECLARATION
<xs:element name="DeletedFields" type="ListDeletedFields" minOccurs="0" maxOccurs="1" />

USAGE
<List>
   <DeletedFields>
      <DeletedField />
   </DeletedFields>>
</List>

Type

ListDeletedFields

Elements and attributes

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

Attributes

None

Child elements

DeletedField Element (DeploymentManifest)

Parent elements

List Element (DeploymentManifest)

See also