Retrieve the script library list in Lotus Script

Hello,

I’m searching for a method to retrieve the list of all script libraries in a NotesDatabase.

I’m able to find Forms, Agents et Views from a NotesDatabase with this properties :

NotesDatabase.Forms

NotesDatabase.Agents

NotesDatabase.Views

But i didn’t find any code for script libraries…

Any idea?

Thank You.

Regards.

Subject: Retrieve the script library list in Lotus Script

Look at NotesNoteCollection – it will allow you to select just about anything, including script libraries.