次の方法で共有


DeletedField 要素 (DeploymentManifest)

適用対象: SharePoint 2016 |SharePoint Foundation 2013 |SharePoint Online |SharePoint Server 2013

SharePoint リストから削除されたデータ フィールドを表します。

定義

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

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

DeletedField

要素と属性

以下のセクションで、属性、子要素、親要素について説明します。

属性

属性 説明
Fieldid
Guid 単純型 (DeploymentManifest)
削除されたフィールドを表す一意識別子です。

子要素

None

親要素

DeletedFields 要素 (DeploymentManifest)

注釈

この要素は変更イベントを表し、通常はイベント ログを記録するために使用されます。

関連項目