Язык

ServiceClient.UserPreferencesUpdate Метод

Определение

Обновляет настройки указанного пользователя.

public:
 Microsoft::MasterDataServices::OperationResult ^ UserPreferencesUpdate(Microsoft::MasterDataServices::International ^ International, System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ UserPreferences);
public Microsoft.MasterDataServices.OperationResult UserPreferencesUpdate(Microsoft.MasterDataServices.International International, System.Collections.Generic.Dictionary<string,string> UserPreferences);
member this.UserPreferencesUpdate : Microsoft.MasterDataServices.International * System.Collections.Generic.Dictionary<string, string> -> Microsoft.MasterDataServices.OperationResult
Public Function UserPreferencesUpdate (International As International, UserPreferences As Dictionary(Of String, String)) As OperationResult

Параметры

International
International

Культурные обстановки.

UserPreferences
Dictionary<String,String>

Пользовательские предпочтения для обновления.

Возвращаемое значение

Объект, OperationResult содержащий результат операции.

Применяется к