umGetGroupAccessMethodGoAhead WebServer APIGoAhead EMF

Synopsis

Retrieve the default access method for the group.

Prototype

 #include "um.h"

 accessMeth_t umGetGroupAccessMethod(char_t * group);

Parameters

groupgroup name

Description

accessMeth_t umGetGroupAccessMethod(char_t * group);

Return Value

umGetGroupAccessMethod returns the access method for the group, or AM_INVALID if there is an error.

Example

accessMeth_t am = umGetGroupAccessMethod(T("users"));

See Also

umAddGroup()