The following table lists the types derived from ISubsystemConfigurationList .

Derived Types

Type Description
IAsyncProcessingConfigurationList Represents a collection of IAsyncProcessingConfiguration objects.
ICFSImportAgentConfigurationList Represents a collection of ICFSImportAgentConfiguration objects. To create an instance of this object, call Factory.CFSImportAgentConfiguration.createList().
IContentCacheConfigurationList Represents a collection of ContentCacheConfiguration objects. To create an instance of this object, call Factory.ContentCacheConfiguration.CreateList().
IContentConfigurationList Represents a collection of ContentConfiguration objects. To create an instance of this object, call Factory.ContentConfiguration.createList().
IImageServicesImportAgentConfigurationList Represents a collection of ImageServicesImportAgentConfiguration objects.
IPublishingConfigurationList Represents a collection of PublishingConfiguration objects.
IReplicationConfigurationList Represents a collection of ReplicationConfiguration objects. To create an instance of this object, call Factory.ReplicationConfiguration.CreateList().
IServerCacheConfigurationList Represents a collection of ServerCacheConfiguration objects.
ITraceLoggingConfigurationList Represents a collection of TraceLoggingConfiguration objects.
IVerityServerConfigurationList Represents a collection of VerityServerConfiguration objects.

See Also