DeletedField Element (DeploymentManifest)

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

Represents a data field that was deleted from a SharePoint list.

Definition

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

USAGE
<DeletedFields>
   <DeletedField
      FieldId="Guid"
   />
</DeletedFields>

Type

DeletedField

Elements and attributes

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

Attributes

Attribute Type Description
FieldId
Guid Simple Type (DeploymentManifest)
Unique identifier of the deleted field.

Child elements

None

Parent elements

DeletedFields Element (DeploymentManifest)

Remarks

This element represents a change event as is typically used for event logging.

See also