JAVA/CORBA-KLASSEN


createACLEntry method
Beispiel

Creates an entry in the ACL with the name and level that you specify.

Defined in

ACL

Syntax

public ACLEntry createACLEntry(String name, int level)
   throws NotesException

Parameters

String name


int level Return value

ACLEntry


Usage

You must call save on the ACL if you want the modified ACL to be saved to disk.

Language cross-reference

CreateACLEntry in LotusScript NotesACL class

Beispiel
Siehe auch