Represents a collection of objects, each of which is an instance of a PropertyDefinition
subclass (PropertyDefinitionBinary, PropertyDefinitionBoolean, and so on).
To create an instance of this object, call Factory.PropertyDefinition.CreateList().
Namespace:
FileNet.Api.CollectionAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Interface IPropertyDefinitionList _ Implements IDependentObjectList, IEngineCollection, ICloneable, IList, _ ICollection, IEnumerable |
C# |
---|
public interface IPropertyDefinitionList : IDependentObjectList, IEngineCollection, ICloneable, IList, ICollection, IEnumerable |
Visual C++ |
---|
public interface class IPropertyDefinitionList : IDependentObjectList, IEngineCollection, ICloneable, IList, ICollection, IEnumerable |
JavaScript |
---|
FileNet.Api.Collection.IPropertyDefinitionList = function(); FileNet.Api.Collection.IPropertyDefinitionList.createInterface('FileNet.Api.Collection.IPropertyDefinitionList'); |