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)

ToggleSyntax

Visual Basic (Declaration)
Public Interface IImageServicesPropertyDescriptionList _
	Implements IEngineCollection, IEnumerable, ICloneable, IDependentObjectList,  _
	IList, ICollection
C#
public interface IImageServicesPropertyDescriptionList : IEngineCollection, 
	IEnumerable, ICloneable, IDependentObjectList, IList, ICollection
Visual C++
public interface class IImageServicesPropertyDescriptionList : IEngineCollection, 
	IEnumerable, ICloneable, IDependentObjectList, IList, ICollection
JavaScript
FileNet.Api.Collection.IImageServicesPropertyDescriptionList = function();
FileNet.Api.Collection.IImageServicesPropertyDescriptionList.createInterface('FileNet.Api.Collection.IImageServicesPropertyDescriptionList');

ToggleSee Also