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