UserPreferencesUpdateRequest Constructors

Definition

Initializes a new instance of the UserPreferencesUpdateRequest class.

Overloads

UserPreferencesUpdateRequest()

Initializes a new instance of the UserPreferencesUpdateRequest class that has default values.

UserPreferencesUpdateRequest(International, Dictionary<String,String>)

Initializes a new instance of the UserPreferencesUpdateRequest class that has the specified cultural settings and user preferences to update.

UserPreferencesUpdateRequest()

Initializes a new instance of the UserPreferencesUpdateRequest class that has default values.

public:
 UserPreferencesUpdateRequest();
public UserPreferencesUpdateRequest ();
Public Sub New ()

Applies to

UserPreferencesUpdateRequest(International, Dictionary<String,String>)

Initializes a new instance of the UserPreferencesUpdateRequest class that has the specified cultural settings and user preferences to update.

public:
 UserPreferencesUpdateRequest(Microsoft::MasterDataServices::International ^ International, System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ UserPreferences);
public UserPreferencesUpdateRequest (Microsoft.MasterDataServices.International International, System.Collections.Generic.Dictionary<string,string> UserPreferences);
new Microsoft.MasterDataServices.UserPreferencesUpdateRequest : Microsoft.MasterDataServices.International * System.Collections.Generic.Dictionary<string, string> -> Microsoft.MasterDataServices.UserPreferencesUpdateRequest
Public Sub New (International As International, UserPreferences As Dictionary(Of String, String))

Parameters

International
International

The cultural settings.

UserPreferences
Dictionary<String,String>

The user preferences to update.

Applies to