次の方法で共有


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 オブジェクトです。

適用対象