CheckSecurityForModule (server-side)

Use this routine to check permissions for the current user and the given module, and to redirect to the access error page if this user is denied access.

Definition

sub CheckSecurityforModule(sModuleID)

Parameters

  • sModuleID
    A String containing the module ID.

Return Value

None.

Remarks

The sModuleID must match the id attribute on the corresponding module node in the module's XML configuration file.

This routine is available in the include file ServerSecurityUtil.asp.

See Also

Client-Side Routines

Copyright © 2005 Microsoft Corporation.
All rights reserved.