DeleteExternalEntityRequest Class

 

Applies To: Dynamics Marketing

Contains the data that’s needed to delete an external entity.

Namespace:   Microsoft.Dynamics.Marketing.SDK.Messages.ExternalEntity
Assembly:  Microsoft.Dynamics.Marketing.SDK (in Microsoft.Dynamics.Marketing.SDK.dll)

System::Object
  Microsoft.Dynamics.Marketing.SDK.Common::SdkMessage
    Microsoft.Dynamics.Marketing.SDK.Common::SdkRequest
      Microsoft.Dynamics.Marketing.SDK.Messages.ExternalEntity::DeleteExternalEntityRequest

[DataContractAttribute]
public ref class DeleteExternalEntityRequest : SdkRequest

NameDescription
System_CAPS_pubmethodDeleteExternalEntityRequest()

Initializes a new instance of the DeleteExternalEntityRequest class.

NameDescription
System_CAPS_pubpropertyCategoryName

Gets or sets the category name of the external entity to be deleted.

System_CAPS_pubpropertyExternalId

Gets or sets the ID of the external entity.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodToBrokeredMessage()

Creates a new brokered message with the compressed and serialized SdkMessage.(Inherited from SdkMessage.)

System_CAPS_pubmethodToBrokeredMessage(String^)

Creates a new brokered message with the compressed and serialized SdkMessage.(Inherited from SdkRequest.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

The delete operation changes the status of an external entity to Inactive. When an external entity is deleted, any mappings with contacts are also removed.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: