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% 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