UserPreferencesDeleteRequest Class

Definition

The UserPreferencesDeleteRequest element can include one of the following:

  • UserPreferences property that contains one or more preference keys.
  • DeleteAllUserPreferences property, which specifies whether deletion of all preferences for the current user ought to occur.
public ref class UserPreferencesDeleteRequest : Microsoft::MasterDataServices::Services::MessageContracts::MessageRequest
[System.ServiceModel.MessageContract]
public class UserPreferencesDeleteRequest : Microsoft.MasterDataServices.Services.MessageContracts.MessageRequest
[<System.ServiceModel.MessageContract>]
type UserPreferencesDeleteRequest = class
    inherit MessageRequest
Public Class UserPreferencesDeleteRequest
Inherits MessageRequest
Inheritance
UserPreferencesDeleteRequest
Attributes

Constructors

UserPreferencesDeleteRequest()

Initializes a new instance of the UserPreferencesDeleteRequest class.

Properties

DeleteAllUserPreferences

Indicates whether to delete all the user's preferences.

International

Specifies client localization information.

(Inherited from MessageRequest)
RequestId

Specifies the request identifier.

(Inherited from MessageRequest)
UserPreferences

Specifies the UserPreferences to delete. The Value portion is ignored.

Applies to

See also