Function EN Version 4.50

@GetACLMaxINetAccess

ACL Database NotesAdmin NotesSystem

Syntax

@GetACLMaxINetAccess(DBHANDLE1);

Description

Returns the maximum Internet access of the DB with the DBHANDLE DBHANDLE1.

LEVEL:
6=Manager
5=Developer
4=Editor
3=Author
2=Depositor
1=Reader
0=No Access

Return:
FN       ->   Success
@Error   ->   Error
@ERROR ACL NOT V4 COMPATIBLE @GetACLMaxINetAccess   ->    If this error occurs,
         the ACL should be recreated with @GetACL and
         @SetACL should be recreated.
         The flag can then be read.

Example: @GetACLMaxINetAccess(DBHANDLE1);

DBHANDLE1:=@OpenDB("TEST.NSF");
MaxINetAcc:=@GetACLMaxINetAccess(DBHANDLE1);
@LogReport(MaxINetAcc);
DBHANDLE1:=@CloseDB(DBHANDLE1);

The MaxINetAcc is assigned the maximum Internet access level and output.

Note : This text was machine-translated and may contain inaccuracies.