SetGroupColumn method

Sets the ID of the group column.

Syntax


C++

HRESULT SetGroupColumn (
   IERUMember* pMember,

   LONG ColumnID)

Scripting languages

Object.SetGroupColumn (
   pMember as IERUMember,

   ColumnID as LONG)

Parameters


pMember

In v5.0, the member can be either the currently logged in member or NULL. If this parameter is the currently logged in member, then the method sets the group column for the member. If this parameter is NULL, then the method sets the default group column.

ColumnID

The ID of the group column to set.

Remarks


If the pMember parameter is the currently logged in member, the AllowMemberGroupColumn property must be set to true.

Home

Applies to

IERUDatabase