Creates a new instance of the collection class associated with this IInteger32 class. This list will not exist on the server until its associated (independently persistable) object has been saved with this new list.

Namespace:  FileNet.Api.Core
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Public Shared Function CreateList As IInteger32List
C#
public static IInteger32List CreateList()
Visual C++
public:
static IInteger32List^ CreateList()
JavaScript
FileNet.Api.Core.Integer32List.createList = function();

Return Value

The implementation of the class's associated collection interface.

ToggleSee Also