umGetAccessLimitMethodGoAhead WebServer APIGoAhead EMF

Synopsis

Retrieve the access method for the Access Limit.

Prototype

 #include "um.h"

 accessMeth_t umGetAccessLimitMethod(char_t * url);

Parameters

url - URL name

Description

accessMeth_t umGetAccessLimitMethod(char_t * url);

Return Value

umGetAccessLimitMethod returns the access method for the URL, or AM_INVALID on error.

Example

accessMeth_t am = umGetAccessLimitMethod(T("pic.jpg"));

See Also

umAddAccessLimit(), umSetAccessLimitMethod()