Prev | Next | mainResponder Verbs > mainResponder.members > checkMemberShip |
mainResponder.members.checkMemberShip
Syntax |
mainResponder.members.checkMemberShip (adrobject, adrparamtable)
|
Params |
adrobject is the address of the object to be served. adrparamtable is the address of the parameter table.
|
Action |
Based on the contents of the parameter table, determines whether the client should be allowed to access the object that adrobject is pointing to. Throw a scriptError otherwise. This script also sets the cookie on the user's machine or redirects him to the site's logon section if neccessary.
|
Returns |
True.
|
Examples |
mainResponder.members.checkMemberShip (pta^.adrobject, pta) |
Notes |
Detailed information about mainResponder's membership group format is available from the Frontier Site.
|
See Also |
mainResponder.members.getMembershipTable mainResponder.members.setCookie mainResponder.members.logonForm mainResponder.members.signupForm mainResponder.members.sendMail
|
Prev | Next | mainResponder Verbs > mainResponder.members > checkMemberShip |