umAccessLimitExistsGoAhead WebServer APIGoAhead EMF

Synopsis

Determine if an access limit exists for the given URL.

Prototype

 #include "um.h" 

 bool_t umAccessLimitExists(char_t * url);

Parameters

urlURL name

Description

Access limits apply to URLs, upon which they are keyed. URLs can specify directories or filenames. If an access limit specifies a user group, then only members of that user group can have access to the URL.

Return Value

umAccessLimitExists returns TRUE if there is an access limit for the URL or returns FALSE if otherwise.

Example

bool_t bExists = umAccessLimitExists(T("home.html"));	

See Also

umAddAccessLimit()