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

适用于