umGetAccessLimitGroupGoAhead WebServer APIGoAhead EMF

Synopsis

Get the user group for the URL.

Prototype

 #include "um.h"

 char_t *umGetAccessLimitGroup(char_t * url);

Parameters

url URL name

Description

char_t *umGetAccessLimitGroup(char_t * url);

Return Value

umGetAccessLimitGroup returns a pointer to the URL's user group if one exists, or NULL if otherwise.

Example

char_t *groupname = umGetAccessLimitGroup(T("home.htm"));

See Also

umSetAccessLimitGroup()