Represents the collection of IDirectoryConfiguration objects defined for a given FileNet P8 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 FileNet P8 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 IDependentObjectList, IEngineCollection, ICloneable, IList,  _
	ICollection, IEnumerable
C#
public interface IDirectoryConfigurationList : IDependentObjectList, 
	IEngineCollection, ICloneable, IList, ICollection, IEnumerable
Visual C++
public interface class IDirectoryConfigurationList : IDependentObjectList, 
	IEngineCollection, ICloneable, IList, ICollection, IEnumerable
JavaScript
FileNet.Api.Collection.IDirectoryConfigurationList = function();
FileNet.Api.Collection.IDirectoryConfigurationList.createInterface('FileNet.Api.Collection.IDirectoryConfigurationList');

ToggleSee Also