Represents a collection of ImageServicesImportAgentConfiguration objects.

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

ToggleSyntax

Visual Basic (Declaration)
<ObsoleteAttribute("As of release 5.0.0.")> _
Public Interface IImageServicesImportAgentConfigurationList _
	Implements ISubsystemConfigurationList, IDependentObjectList, IEngineCollection, ICloneable,  _
	IList, ICollection, IEnumerable
C#
[ObsoleteAttribute("As of release 5.0.0.")]
public interface IImageServicesImportAgentConfigurationList : ISubsystemConfigurationList, 
	IDependentObjectList, IEngineCollection, ICloneable, IList, ICollection, 
	IEnumerable
Visual C++
[ObsoleteAttribute(L"As of release 5.0.0.")]
public interface class IImageServicesImportAgentConfigurationList : ISubsystemConfigurationList, 
	IDependentObjectList, IEngineCollection, ICloneable, IList, ICollection, 
	IEnumerable
JavaScript
FileNet.Api.Collection.IImageServicesImportAgentConfigurationList = function();
FileNet.Api.Collection.IImageServicesImportAgentConfigurationList.createInterface('FileNet.Api.Collection.IImageServicesImportAgentConfigurationList');

ToggleSee Also