Specifies the collection of
Namespace: FileNet.Api.Collection
Assembly: FileNet.Api (in filenet.api.dll)
DirectoryConfiguration
objects defined for a given FileNet P8 domain. To create a new, empty instance of this class, call
. Then create one or more
objects, set their properties, and add the objects to this list. To associate the set of
objects to the FileNet P8 domain, set the DirectoryConfigurations property on the
object.
Namespace: FileNet.Api.Collection
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Interface IDirectoryConfigurationList Implements IDependentObjectList, IEngineCollection, IEnumerable, ICloneable, IList, ICollection |
C# |
---|
public interface IDirectoryConfigurationList : IDependentObjectList, IEngineCollection, IEnumerable, ICloneable, IList, ICollection |
C++ |
---|
interface class IDirectoryConfigurationList : IDependentObjectList, IEngineCollection, IEnumerable, ICloneable, IList, ICollection |
J# |
---|
public interface IDirectoryConfigurationList implements IDependentObjectList, IEngineCollection, IEnumerable, ICloneable, IList, ICollection |
JScript |
---|
public interface IDirectoryConfigurationList extends IDependentObjectList, IEngineCollection, IEnumerable, ICloneable, IList, ICollection |