DeletedField Element (DeploymentManifest)

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 data field that was deleted from a SharePoint list.

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

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

Type

DeletedField

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

Concepts

DeploymentManifest Schema