Represents a collection of ImageServicesClassDescription objects.
To create an instance of this object, call Factory.ImageServicesClassDescription.createList().
Namespace:
FileNet.Api.Collection
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Interface IImageServicesClassDescriptionList _ Implements IEngineCollection, IEnumerable, ICloneable, IDependentObjectList, _ IList, ICollection |
| C# |
|---|
public interface IImageServicesClassDescriptionList : IEngineCollection, IEnumerable, ICloneable, IDependentObjectList, IList, ICollection |
| Visual C++ |
|---|
public interface class IImageServicesClassDescriptionList : IEngineCollection, IEnumerable, ICloneable, IDependentObjectList, IList, ICollection |
| JavaScript |
|---|
FileNet.Api.Collection.IImageServicesClassDescriptionList = function(); FileNet.Api.Collection.IImageServicesClassDescriptionList.createInterface('FileNet.Api.Collection.IImageServicesClassDescriptionList'); |