OrganizationServiceContextExtensions.SetState Method (OrganizationServiceContext, Int32, Int32, EntityReference)
Applies To: Dynamics CRM 2015
Sets the state of a record. (Developer Extensions)
Namespace: Microsoft.Xrm.Client.Messages
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public static void SetState(
this OrganizationServiceContext context,
int state,
int status,
EntityReference entityMoniker
)
public:
[ExtensionAttribute]
static void SetState(
OrganizationServiceContext^ context,
int state,
int status,
EntityReference^ entityMoniker
)
static member SetState :
context:OrganizationServiceContext *
state:int *
status:int *
entityMoniker:EntityReference -> unit
<ExtensionAttribute>
Public Shared Sub SetState (
context As OrganizationServiceContext,
state As Integer,
status As Integer,
entityMoniker As EntityReference
)
Parameters
context
Type: Microsoft.Xrm.Sdk.Client.OrganizationServiceContextThe organization service context.
- state
Type: System.Int32
- status
Type: System.Int32
- entityMoniker
Type: Microsoft.Xrm.Sdk.EntityReference
Remarks
This is a method wrapper for the SetStateRequest and SetStateResponse classes. See the documentation in the Request class for more information about this message.
See Also
SetState Overload
OrganizationServiceContextExtensions Class
Microsoft.Xrm.Client.Messages Namespace
Return to top
© 2017 Microsoft. All rights reserved. Copyright