Home > Contents > Index >  
Expanded TOC   |    Accordion TOC   |    Annotated TOC   |    Index

 

ICS.GetList

Retrieves the IList object for the given list name.

This method does not create a list; it retrieves an existing list from among those known to Sites. There are two variants of this method:


ICS.GetList

Retrieves the IList object for the given list name.

Syntax

Parameters

listname
The name of the list.

Description

The GetList method retrieves the IList object for the given list name. This method does not create a list, it retrieves an existing list from among those known to Sites. By default, cursor is set to first position in the list.

Returns

The requested IList, or null if it does not exist.

Example

The following code gets a list whose name is passed in the variable theListName:

See Also

CopyList


ICS.GetList

Retrieves the IList object for the given list name.

Syntax

Parameters

listname
The name of the list.

reset
A value of true sets the cursor to the first position in the list. A value of false maintains the current position in the list.

Description

The GetList method retrieves the IList object for the given list name. This method does not create a list, it retrieves an existing list from among those known to Sites.

Returns

The requested IList, or null if it does not exist.

Example

The following code gets a list whose name is passed in the variable theListName:

See Also

CopyList , RegisterList , RenameList

 

   Home > Contents > Index >

Oracle JAVA Reference
Copyright (c) 2013, 2016 Oracle and/or its affiliates. All rights reserved.