You can create a new, empty instance of this collection by calling CreateList() on a "host" Site, VirtualServer, or ServerInstance independent object. You can then add instances of SubsystemConfiguration objects to the collection.
For Domain, the Content Engine server automatically generates SubsystemConfiguration instances and pre-fills the SubsystemConfigurationList property of the Domain object when the FileNet P8 domain is created. This pre-filled list cannot be modified (you cannot add or delete elements), although the objects within the list can be modified.
You can retrieve a SubsystemConfigurationList from the "host" independent object via the object's SubsystemConfigurations property.
Namespace:
FileNet.Api.Collection
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Interface ISubsystemConfigurationList _ Implements IEngineCollection, IEnumerable, ICloneable, IDependentObjectList, _ IList, ICollection |
| C# |
|---|
public interface ISubsystemConfigurationList : IEngineCollection, IEnumerable, ICloneable, IDependentObjectList, IList, ICollection |
| Visual C++ |
|---|
public interface class ISubsystemConfigurationList : IEngineCollection, IEnumerable, ICloneable, IDependentObjectList, IList, ICollection |
| JavaScript |
|---|
FileNet.Api.Collection.ISubsystemConfigurationList = function(); FileNet.Api.Collection.ISubsystemConfigurationList.createInterface('FileNet.Api.Collection.ISubsystemConfigurationList'); |