Represents a collection of ContentCacheConfiguration objects. To create an instance of this object, call Factory.ContentCacheConfiguration.CreateList().


Namespace: FileNet.Api.Collection
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Public Interface IContentCacheConfigurationList
    Implements ISubsystemConfigurationList, IDependentObjectList, IEngineCollection, IEnumerable, ICloneable, IList, ICollection
C#
public interface IContentCacheConfigurationList : ISubsystemConfigurationList, IDependentObjectList, IEngineCollection, IEnumerable, ICloneable, IList, ICollection
C++
interface class IContentCacheConfigurationList : ISubsystemConfigurationList, IDependentObjectList, IEngineCollection, IEnumerable, ICloneable, IList, ICollection
J#
public interface IContentCacheConfigurationList implements ISubsystemConfigurationList, IDependentObjectList, IEngineCollection, IEnumerable, ICloneable, IList, ICollection
JScript
public interface IContentCacheConfigurationList extends ISubsystemConfigurationList, IDependentObjectList, IEngineCollection, IEnumerable, ICloneable, IList, ICollection

See Also