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