Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

DeletedMetadataFilters Enum

Definition

Namespace:
Microsoft.Xrm.Sdk.Metadata.Query
Assembly:
Microsoft.Xrm.Sdk.dll
Package:
Microsoft.PowerPlatform.Dataverse.Client v1.2.10

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

An enumeration that specifies the type of deleted metadata to retrieve.

This enumeration supports a bitwise combination of its member values.

public enum class DeletedMetadataFilters
[System.Flags]
[System.Runtime.Serialization.DataContract(Name="DeletedMetadataFilters", Namespace="http://schemas.microsoft.com/xrm/2011/Metadata/Query")]
public enum DeletedMetadataFilters
[<System.Flags>]
[<System.Runtime.Serialization.DataContract(Name="DeletedMetadataFilters", Namespace="http://schemas.microsoft.com/xrm/2011/Metadata/Query")>]
type DeletedMetadataFilters = 
Public Enum DeletedMetadataFilters
Inheritance
DeletedMetadataFilters
Attributes

Fields

Name Value Description
Default 1

The value used if not set. Equals Entity

Entity 1

Deleted Entity metadata. Value = 1.

Attribute 2

Deleted Attribute metadata. Value = 2.

Relationship 4

Deleted Relationship metadata. Value = 4.

Label 8

Deleted Label metadata. Value = 8.

OptionSet 16

Deleted OptionSet metadata. Value = 16.

All 31

All deleted metadata. Value = 31.

Remarks

The DeletedMetadataFilters enumeration can also be used as a key to access a subset of deleted metadata included in a DeletedMetadataCollection.

Applies to