.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

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