@RefreshECL (Formula Language)

Copies the administration execution control list from a specified Address Book and name to your personal workstation ECL.

Syntax

@RefreshECL( server : database ; name )

Parameters

server : database

Text list. The server location and file name of the Address Book. Omit server or specify it as "" (null) for the local Notes/Domino directory.

name

Text. The name of the ECL. Specify "" (null) for the unnamed ECL.

Usage

You cannot use this function in Web applications.

Examples

This formula refreshes your personal workstation ECL from the administration ECL named "Developers" in the Address Book on the server Marketing.
@RefreshECL("Marketing" : "names.nsf"; "Developers")