Represents a collection of objects, each of which is an instance of a PropertyDescription
subclass (PropertyDescriptionBinary, PropertyDescriptionBoolean, and so on).
Namespace:
FileNet.Api.CollectionAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Interface IPropertyDescriptionList _ Implements IDependentObjectList, IEngineCollection, ICloneable, IList, _ ICollection, IEnumerable |
C# |
---|
public interface IPropertyDescriptionList : IDependentObjectList, IEngineCollection, ICloneable, IList, ICollection, IEnumerable |
Visual C++ |
---|
public interface class IPropertyDescriptionList : IDependentObjectList, IEngineCollection, ICloneable, IList, ICollection, IEnumerable |
JavaScript |
---|
FileNet.Api.Collection.IPropertyDescriptionList = function(); FileNet.Api.Collection.IPropertyDescriptionList.createInterface('FileNet.Api.Collection.IPropertyDescriptionList'); |