IService.UserPreferencesDelete(UserPreferencesDeleteRequest) Method
Definition
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.
Deletes the current user's preferences.
public:
Microsoft::MasterDataServices::Services::MessageContracts::UserPreferencesDeleteResponse ^ UserPreferencesDelete(Microsoft::MasterDataServices::Services::MessageContracts::UserPreferencesDeleteRequest ^ request);
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))]
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))]
[System.ServiceModel.OperationContract]
public Microsoft.MasterDataServices.Services.MessageContracts.UserPreferencesDeleteResponse UserPreferencesDelete (Microsoft.MasterDataServices.Services.MessageContracts.UserPreferencesDeleteRequest request);
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))>]
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))>]
[<System.ServiceModel.OperationContract>]
abstract member UserPreferencesDelete : Microsoft.MasterDataServices.Services.MessageContracts.UserPreferencesDeleteRequest -> Microsoft.MasterDataServices.Services.MessageContracts.UserPreferencesDeleteResponse
Public Function UserPreferencesDelete (request As UserPreferencesDeleteRequest) As UserPreferencesDeleteResponse
Parameters
- request
- UserPreferencesDeleteRequest
Returns
- Attributes
Remarks
The UserPreferencesDelete(UserPreferencesDeleteRequest) operation deletes the current user's selected preferences within the MDS repository. One or more preferences can be specified for deletion by submitting a dictionary list. Or, all saved preferences can be deleted by setting DeleteAllUserPreferences to true.