+

Search Tips   |   Advanced Search

Portal Scripting Interface and web content libraries

With the Portal Scripting Interface, we can create Jacl or Jython scripts to automate the management of web content libraries. Using the DocumentLibrary bean with the Portal Scripting Interface, we can create and delete libraries, retrieve a list of libraries, and retrieve library attributes.


Create libraries

To create a library, use the create method.


Delete libraries

To delete a library, use the delete method.


List libraries

To retrieve a list of libraries, use the listall method.


Retrieve library details

Retrieve library details with the details method. This method returns the following information about the library: the Universally Unique Identifier (UUID), state, name, and title.

Parent topic: Administer managed pages