Represents the collection of IDirectoryConfiguration objects defined for a given IBM Content Cortex domain.

To create a new, empty instance of this class, call Factory.DirectoryConfiguration.CreateList(). Then create one or more IDirectoryConfiguration objects, set their properties, and add the objects to this list. To associate the set of IDirectoryConfiguration objects to the IBM Content Cortex domain, set the DirectoryConfigurations property on the IDomain object.

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

ToggleSyntax

Visual Basic (Declaration)
Public Interface IDirectoryConfigurationList _
	Implements IEngineCollection, IEnumerable, ICloneable, IDependentObjectList,  _
	IList, ICollection
C#
public interface IDirectoryConfigurationList : IEngineCollection, 
	IEnumerable, ICloneable, IDependentObjectList, IList, ICollection
Visual C++
public interface class IDirectoryConfigurationList : IEngineCollection, 
	IEnumerable, ICloneable, IDependentObjectList, IList, ICollection
JavaScript
FileNet.Api.Collection.IDirectoryConfigurationList = function();
FileNet.Api.Collection.IDirectoryConfigurationList.createInterface('FileNet.Api.Collection.IDirectoryConfigurationList');

ToggleSee Also