GetGroupColumn method

Returns the ID of the group column.

Syntax


C++

HRESULT GetGroupColumn (
   IERUMember* pMember,

   LONG* pRetVal)

Scripting languages

ColumnID = Object.GetGroupColumn (
   pMember as IERUMember)

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 returns the group column for the member. If this parameter is NULL, then the method returns the default group column.

pRetVal

The ID of the group column.

Remarks


If the member specified in the pMember parameter didn't specify his/her own group column and there is a default group column, the ID of the default group column will be returned.

Home

Applies to

IERUDatabase


See also

Groups