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

適用対象