IService.UserPreferencesUpdate(UserPreferencesUpdateRequest) Method

Definition

Updates the current user's preferences.

public:
 Microsoft::MasterDataServices::Services::MessageContracts::UserPreferencesUpdateResponse ^ UserPreferencesUpdate(Microsoft::MasterDataServices::Services::MessageContracts::UserPreferencesUpdateRequest ^ 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.UserPreferencesUpdateResponse UserPreferencesUpdate (Microsoft.MasterDataServices.Services.MessageContracts.UserPreferencesUpdateRequest request);
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))>]
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))>]
[<System.ServiceModel.OperationContract>]
abstract member UserPreferencesUpdate : Microsoft.MasterDataServices.Services.MessageContracts.UserPreferencesUpdateRequest -> Microsoft.MasterDataServices.Services.MessageContracts.UserPreferencesUpdateResponse
Public Function UserPreferencesUpdate (request As UserPreferencesUpdateRequest) As UserPreferencesUpdateResponse

Parameters

Returns

Attributes

Remarks

The UserPreferencesUpdate(UserPreferencesUpdateRequest) operation updates the current user's preferences within the MDS repository. User preferences support persistent storage of user state properties where appropriate.

Applies to