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 对象。

适用于