OrganizationServiceContextExtensions.AddListMembersList Method (OrganizationServiceContext, Guid, Guid[])

 

Applies To: Dynamics CRM 2015

Adds a list of members to a list. (Developer Extensions)

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

Syntax

public static void AddListMembersList(
    this OrganizationServiceContext context,
    Guid listId,
    Guid[] memberIds
)
public:
[ExtensionAttribute]
static void AddListMembersList(
    OrganizationServiceContext^ context,
    Guid listId,
    array<Guid>^ memberIds
)
static member AddListMembersList : 
        context:OrganizationServiceContext *
        listId:Guid *
        memberIds:Guid[] -> unit
<ExtensionAttribute>
Public Shared Sub AddListMembersList (
    context As OrganizationServiceContext,
    listId As Guid,
    memberIds As Guid()
)

Parameters

  • memberIds
    Type: System.Guid[]

    An array of the IDs of the members to add to the list.

Remarks

This is a method wrapper for the AddListMembersListRequest and AddListMembersListResponse 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