Condividi tramite


IService.UserPreferencesUpdate(UserPreferencesUpdateRequest) Metodo

Definizione

Aggiorna le preferenze dell'utente corrente.

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

Parametri

Restituisce

Attributi

Commenti

L'operazione UserPreferencesUpdate(UserPreferencesUpdateRequest) aggiorna le preferenze dell'utente corrente all'interno del repository MDS. Le preferenze utente supportano l'archiviazione permanente delle proprietà dello stato utente, se appropriato.

Si applica a