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)
JavaScript |
---|
FileNet.Api.Collection.IDirectoryConfigurationList = function();
FileNet.Api.Collection.IDirectoryConfigurationList.createInterface('FileNet.Api.Collection.IDirectoryConfigurationList'); |