ServiceClient.UserPreferencesDelete Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Удаляет указанные предпочтения пользователя.
public:
Microsoft::MasterDataServices::OperationResult ^ UserPreferencesDelete(Microsoft::MasterDataServices::International ^ International, bool DeleteAllUserPreferences, System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ UserPreferences);
public Microsoft.MasterDataServices.OperationResult UserPreferencesDelete(Microsoft.MasterDataServices.International International, bool DeleteAllUserPreferences, System.Collections.Generic.Dictionary<string,string> UserPreferences);
member this.UserPreferencesDelete : Microsoft.MasterDataServices.International * bool * System.Collections.Generic.Dictionary<string, string> -> Microsoft.MasterDataServices.OperationResult
Public Function UserPreferencesDelete (International As International, DeleteAllUserPreferences As Boolean, UserPreferences As Dictionary(Of String, String)) As OperationResult
Параметры
- International
- International
Культурные обстановки.
- DeleteAllUserPreferences
- Boolean
trueдля удаления всех предпочтений для указанного пользователя; в противном случае . false
- UserPreferences
- Dictionary<String,String>
Пользовательские предпочтения для удаления.
Возвращаемое значение
Объект, OperationResult содержащий результат операции.