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

 

ICS.GetL

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 Content Server. There are two variants of this method:


ICS.GetL

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 ContentServer.

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.GetL

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 ContentServer.

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 >

FatWire JAVA Reference
Copyright 2005 by FatWire Software
All rights reserved.