Share via


OrganizationServiceContextExtensions.UpdateUserSettingsSystemUser Method (OrganizationServiceContext, Guid, Entity)

 

Applies To: Dynamics CRM 2013

Deprecated. Updates the user settings for a system user. Use Update. (Developer Extensions)

Namespace:   Microsoft.Xrm.Client.Messages
Assembly:  Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)

Syntax

public static void UpdateUserSettingsSystemUser(
    this OrganizationServiceContext context,
    Guid userId,
    Entity settings
)
public:
[ExtensionAttribute]
static void UpdateUserSettingsSystemUser(
    OrganizationServiceContext^ context,
    Guid userId,
    Entity^ settings
)
static member UpdateUserSettingsSystemUser : 
        context:OrganizationServiceContext *
        userId:Guid *
        settings:Entity -> unit
<ExtensionAttribute>
Public Shared Sub UpdateUserSettingsSystemUser (
    context As OrganizationServiceContext,
    userId As Guid,
    settings As Entity
)

Parameters

Remarks

This is a method wrapper for the UpdateUserSettingsSystemUserRequest and UpdateUserSettingsSystemUserResponse classes. See the documentation in the Request class for more information about this message.

See Also

OrganizationServiceContextExtensions Class
Microsoft.Xrm.Client.Messages Namespace
Developer extensions for Microsoft Dynamics CRM 2013

Return to top