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).

All 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.

Namespace:  FileNet.Api.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

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');

ToggleRemarks

Metadata

Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: Domain
SuperclassName: GenericObject

ToggleSee Also