Represents a configuration object related to a particular subsystem or functional area that can be configured
relative to a server hierarchy. This interface is the superclass for configuration objects.
For each object in the hierarchy, there are a number of associated configuration objects. Each of these
configuration objects has one or more attributes defining various configuration options for a particular
subsystem area (such as content cache, server caching, trace logging, and so on).
Namespace:
FileNet.Api.AdminAll of the configuration objects available on the objects of the server hierarchy (Domain, Site, VirtualServer, and ServerInstance) are represented as a collection of dependent objects (SubsystemConfigurationList). To access a SubsystemConfiguration object, retrieve the SubsystemConfigurations property from the "host" independent object.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Interface ISubsystemConfiguration _ Implements IEngineObject, ICloneable, IDependentObject |
C# |
---|
public interface ISubsystemConfiguration : IEngineObject, ICloneable, IDependentObject |
Visual C++ |
---|
public interface class ISubsystemConfiguration : IEngineObject, ICloneable, IDependentObject |
JavaScript |
---|
FileNet.Api.Admin.ISubsystemConfiguration = function(); FileNet.Api.Admin.ISubsystemConfiguration.createInterface('FileNet.Api.Admin.ISubsystemConfiguration'); |
Remarks
Metadata
Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: Domain
SuperclassName: GenericObject