Represents a collection of ImageServicesPropertyDescription objects. To create an instance of this object, call Factory.ImageServicesPropertyDescription.createList().


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

Syntax

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

See Also