This interface is not supported. An IDirectoryConfigurationCAList instance represents a collection of DirectoryConfigurationCA objects.


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

Syntax

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

See Also