ServiceClient.UserPreferencesUpdate 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.
Updates the specified user’s preferences.
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
Parameters
- International
- International
The cultural settings.
- UserPreferences
- Dictionary<String,String>
The user preferences to update.
Returns
An OperationResult object containing the result of an operation.