Represents a collection of ExternalPropertyDescription objects.


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

Syntax

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

See Also