CreateGroup method

Adds a new group to the facility's member list.

Syntax


C++
HRESULT CreateGroup (
   BSTR GroupName,
   IERUMember** ppGroup)
Scripting languages
Set Group = Object.CreateGroup (
   GroupName as String)

Parameters


GroupName

The name of the group.

ppGroup

Upon return, an IERUMember interface pointer to the newly-added group.

Return value


C++

The return code.

Scripting languages

An IERUMember interface pointer to the newly-added group.

Remarks


Using CreateGroup to add a group to the facility's member list does not automatically add it to that facility's eRooms. Add members and groups to an eRoom with the AddMember method.

To add an individual to the facility's member list, use the CreateUser method.

The group name can be no longer than 126 characters.

Home

Applies to

IERUMemberManager