UserPreferencesDeleteRequest Constructors
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.
Initializes a new instance of the UserPreferencesDeleteRequest class.
Overloads
UserPreferencesDeleteRequest() |
Initializes a new instance of the UserPreferencesDeleteRequest class that has default values. |
UserPreferencesDeleteRequest(International, Boolean, Dictionary<String,String>) |
Initializes a new instance of the UserPreferencesDeleteRequest class that has the specified cultural settings, user deletion preferences, and user preferences. |
UserPreferencesDeleteRequest()
Initializes a new instance of the UserPreferencesDeleteRequest class that has default values.
public:
UserPreferencesDeleteRequest();
public UserPreferencesDeleteRequest ();
Public Sub New ()
Applies to
UserPreferencesDeleteRequest(International, Boolean, Dictionary<String,String>)
Initializes a new instance of the UserPreferencesDeleteRequest class that has the specified cultural settings, user deletion preferences, and user preferences.
public:
UserPreferencesDeleteRequest(Microsoft::MasterDataServices::International ^ International, bool DeleteAllUserPreferences, System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ UserPreferences);
public UserPreferencesDeleteRequest (Microsoft.MasterDataServices.International International, bool DeleteAllUserPreferences, System.Collections.Generic.Dictionary<string,string> UserPreferences);
new Microsoft.MasterDataServices.UserPreferencesDeleteRequest : Microsoft.MasterDataServices.International * bool * System.Collections.Generic.Dictionary<string, string> -> Microsoft.MasterDataServices.UserPreferencesDeleteRequest
Public Sub New (International As International, DeleteAllUserPreferences As Boolean, UserPreferences As Dictionary(Of String, String))
Parameters
- International
- International
The cultural settings.
- DeleteAllUserPreferences
- Boolean
When set to true
, deletes all preferences for the current user; otherwise, false
.
- UserPreferences
- Dictionary<String,String>
The user preferences to delete.