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)
Syntax
| Visual Basic (Declaration) |
|---|
Public Interface IExternalPropertyDescriptionList _ Implements IEngineCollection, IEnumerable, ICloneable, IDependentObjectList, _ IList, ICollection |
| C# |
|---|
public interface IExternalPropertyDescriptionList : IEngineCollection, IEnumerable, ICloneable, IDependentObjectList, IList, ICollection |
| Visual C++ |
|---|
public interface class IExternalPropertyDescriptionList : IEngineCollection, IEnumerable, ICloneable, IDependentObjectList, IList, ICollection |
| JavaScript |
|---|
FileNet.Api.Collection.IExternalPropertyDescriptionList = function(); FileNet.Api.Collection.IExternalPropertyDescriptionList.createInterface('FileNet.Api.Collection.IExternalPropertyDescriptionList'); |