AddMembers Method

This method is implemented by the following interfaces. Click one of the links below to jump to the description of the method as it pertains to that interface.

IERUGroup
IERURoom
IERUSiteRoom

IERUCustomRole
IERUMemberSet

 

 

AddMembers method

Adds a MemberSet to a Group or Custom Role.

Syntax


C++

HRESULT AddMembers(
   IERUMemberSet *pMemberSet)

Scripting languages

Object.AddMembers
   pMembers as ERUMemberSet

Parameters


pMembers

The member set to add.

Return value


C++

The return code.

Scripting languages

None.

Remarks


Calling AddMembers once to add the members of a MemberSet yields better performance than calling AddMember for each member you want to add.
 

  • Note: If the MemberSet contains a member that is already in the Group or Custom Role it will be ignored, and no error will be generated.
  • Go to Top

     

    Home

    Applies to

    IERUGroup

    IERUCustomRole

    IERUMemberSet


    See also

    Member groups

     

     

    AddMembers method

    Add the members to the room.

    Syntax


    C++

    HRESULT AddMembers(
       IERUMemberSet *pMemberSet,

       ERUMemberRole Role)

    Scripting languages

    Object.AddMembers
       pMembers as ERUMemberSet,

       Role as Long

    Parameters


    pMembers

    The collection of members to add.

    Role

    Specifies the role that the members should have within the Room.

    For further information on ERUMemberRole.

    Return value


    C++

    The return code.

    Scripting languages

    None.

    Remarks


    Calling AddMembers once to add the members of a Member Set yields better performance than calling AddMember for each member you want to add.
     

  • Note: If the MemberSet contains a member that is already in the room, it will be ignored, and no error will be generated.
  • Go to Top

    Home

    Applies to

    IERURoom

    IERUSiteRoom