Represents a collection of ExternalPropertyDescription objects. You can retrieve this collection with the ExternalPropertyDescriptions property of an ExternalClassDescription object.

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

ToggleSyntax

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

ToggleSee Also