WRDAuthPlugin::GetUserEditPolicyForUser (open)

Returns the user edit policy for a user

Syntax

LOADLIB "mod::wrd/lib/internal/auth/webdesignplugin.whlib";

RECORD FUNCTION GetUserEditPolicyForUser(INTEGER user, RECORD options)

Parameters

INTEGER user

User

RECORD options

Options

atsubmit

Whether the data is being submitted (might have more stringent rules)

defaultunit

Unit to use when the user could not be found (eg for new users)

Return value

RECORD

legacy-api.whlib#WRDAuthSupportBase::GetUserEditPolicy.return