bGetPubRequired (client-side)

Use this routine to return a Boolean that indicates whether data publication has been flagged as required.

Definition

function bGetPubRequired(sModule)

Parameters

  • sModule
    A string that specifies the name of the module for which the publication requirement is being requested.

Return Value

A Boolean value indicating whether the "publication required" flag has been set for the specified module. A return value of True indicates that the requested "publication required" flag has been set, and a return value of False indicates it has not been set.

Remarks

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

See Also

Client-Side Routines

SetPubRequired (client-side)

Server-Side Routines

Copyright © 2005 Microsoft Corporation.
All rights reserved.