Represents a collection of
Namespace: FileNet.Api.Collection
Assembly: FileNet.Api (in filenet.api.dll)
SubsystemConfiguration
objects. The elements of this collection are the configuration objects available on the objects of the server hierarchy (Domain
, Site
, VirtualServer
, and ServerInstance
). You can create a new, empty instance of this collection by calling
on a "host"
,
, or
independent object. You can then add instances of
objects to the collection.
For
, the Content Engine server automatically generates
instances and pre-fills the
property of the
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
from the "host" independent object via the object's
property.
Namespace: FileNet.Api.Collection
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Interface ISubsystemConfigurationList Implements IDependentObjectList, IEngineCollection, IEnumerable, ICloneable, IList, ICollection |
C# |
---|
public interface ISubsystemConfigurationList : IDependentObjectList, IEngineCollection, IEnumerable, ICloneable, IList, ICollection |
C++ |
---|
interface class ISubsystemConfigurationList : IDependentObjectList, IEngineCollection, IEnumerable, ICloneable, IList, ICollection |
J# |
---|
public interface ISubsystemConfigurationList implements IDependentObjectList, IEngineCollection, IEnumerable, ICloneable, IList, ICollection |
JScript |
---|
public interface ISubsystemConfigurationList extends IDependentObjectList, IEngineCollection, IEnumerable, ICloneable, IList, ICollection |