ServiceClient.UserPreferencesDelete Method

Deletes the specified user’s preferences.

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

'Declaration
Public Function UserPreferencesDelete ( _
    International As International, _
    DeleteAllUserPreferences As Boolean, _
    UserPreferences As Dictionary(Of String, String) _
) As OperationResult
'Usage
Dim instance As ServiceClient
Dim International As International
Dim DeleteAllUserPreferences As Boolean
Dim UserPreferences As Dictionary(Of String, String)
Dim returnValue As OperationResult

returnValue = instance.UserPreferencesDelete(International, _
    DeleteAllUserPreferences, UserPreferences)
public OperationResult UserPreferencesDelete(
    International International,
    bool DeleteAllUserPreferences,
    Dictionary<string, string> UserPreferences
)
public:
OperationResult^ UserPreferencesDelete(
    International^ International, 
    bool DeleteAllUserPreferences, 
    Dictionary<String^, String^>^ UserPreferences
)
member UserPreferencesDelete : 
        International:International * 
        DeleteAllUserPreferences:bool * 
        UserPreferences:Dictionary<string, string> -> OperationResult
public function UserPreferencesDelete(
    International : International, 
    DeleteAllUserPreferences : boolean, 
    UserPreferences : Dictionary<String, String>
) : OperationResult

Parameters

  • DeleteAllUserPreferences
    Type: System.Boolean
    true to delete all preferences for the specified user; otherwise, false.

Return Value

Type: Microsoft.MasterDataServices.OperationResult
An OperationResult object containing the result of an operation.

See Also

Reference

ServiceClient Class

Microsoft.MasterDataServices Namespace