bDenySecurityForElement (server-side)

Use this routine to determine permissions for the current user and the given entity, element and right.

Definition

function bDenySecurityForElement(sEntity, sElement, sRight)

Parameters

  • sEntity
    A String containing the entity ID.
  • sElement
    A String containing the element ID.
  • sRight
    A String containing the right ID.

Return Value

This routine returns True if the user is denied, and False if the user is allowed.

Remarks

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

See Also

Client-Side Routines

Copyright © 2005 Microsoft Corporation.
All rights reserved.