Creates a new instance of this collection 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)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function CreateList() As IServerCacheConfigurationList |
C# |
---|
public static IServerCacheConfigurationList CreateList() |
C++ |
---|
public: static IServerCacheConfigurationList CreateList() |
J# |
---|
public static IServerCacheConfigurationList CreateList() |
JScript |
---|
public static function CreateList() : IServerCacheConfigurationList |
Return Value
The implementation of the class's associated collection interface.