Represents a collection of ImageServicesImportAgentConfiguration objects.


Namespace: FileNet.Api.Collection
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Public Interface IImageServicesImportAgentConfigurationList
    Implements ISubsystemConfigurationList, IDependentObjectList, IEngineCollection, IEnumerable, ICloneable, IList, ICollection
C#
public interface IImageServicesImportAgentConfigurationList : ISubsystemConfigurationList, IDependentObjectList, IEngineCollection, IEnumerable, ICloneable, IList, ICollection
C++
interface class IImageServicesImportAgentConfigurationList : ISubsystemConfigurationList, IDependentObjectList, IEngineCollection, IEnumerable, ICloneable, IList, ICollection
J#
public interface IImageServicesImportAgentConfigurationList implements ISubsystemConfigurationList, IDependentObjectList, IEngineCollection, IEnumerable, ICloneable, IList, ICollection
JScript
public interface IImageServicesImportAgentConfigurationList extends ISubsystemConfigurationList, IDependentObjectList, IEngineCollection, IEnumerable, ICloneable, IList, ICollection

See Also