OrganizationServiceContextExtensions.UpdateUserSettingsSystemUser Method (OrganizationServiceContext, Guid, Entity)
Applies To: Dynamics CRM 2015
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
context
Type: Microsoft.Xrm.Sdk.Client.OrganizationServiceContextThe organization service context.
- userId
Type: System.Guid
- settings
Type: Microsoft.Xrm.Sdk.Entity
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 2015
Return to top
© 2017 Microsoft. All rights reserved. Copyright