LOTUSSCRIPT/COM/OLE CLASSES


CreateACLEntry method
Example

Creates an entry in the ACL with the name and level that you specify. When used with OLE automation, this method allows you to create a NotesACLEntry object without using New.

Defined in

NotesACL

Syntax

Set notesACLEntry = notesACL.CreateACLEntry( name$, level% )

Parameters

name$


level% Note These values are also used with the InternetLevel property of the NotesACL class, the Level property in the NotesACLEntry class, and the CurrentAccessLevel property, GrantAccess method, and QueryAccess method in the NotesDatabase class.

Return value

notesACLEntry


Usage

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

For more information, see the "NotesACLEntry class."

Language cross-reference

createACLEntry in Java ACL class

Example
See Also