Represents a collection of PropertyDefinitionObject objects. To create an instance of this object,
call Factory.PropertyDefinitionObject.CreateList().
Namespace:
FileNet.Api.CollectionAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
<ObsoleteAttribute("As of release 5.0.0.")> _ Public Interface IPropertyDefinitionObjectList _ Implements IPropertyDefinitionList, IDependentObjectList, IEngineCollection, ICloneable, _ IList, ICollection, IEnumerable |
C# |
---|
[ObsoleteAttribute("As of release 5.0.0.")] public interface IPropertyDefinitionObjectList : IPropertyDefinitionList, IDependentObjectList, IEngineCollection, ICloneable, IList, ICollection, IEnumerable |
Visual C++ |
---|
[ObsoleteAttribute(L"As of release 5.0.0.")] public interface class IPropertyDefinitionObjectList : IPropertyDefinitionList, IDependentObjectList, IEngineCollection, ICloneable, IList, ICollection, IEnumerable |
JavaScript |
---|
FileNet.Api.Collection.IPropertyDefinitionObjectList = function(); FileNet.Api.Collection.IPropertyDefinitionObjectList.createInterface('FileNet.Api.Collection.IPropertyDefinitionObjectList'); |