Represents a collection of objects, each of which is either a ContentReference or a
ContentTransfer object. To create an instance of this object, call Factory.ContentElement.CreateList().
Namespace:
FileNet.Api.Collection
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Interface IContentElementList _ Implements IDependentObjectList, IEngineCollection, ICloneable, IList, _ ICollection, IEnumerable |
| C# |
|---|
public interface IContentElementList : IDependentObjectList, IEngineCollection, ICloneable, IList, ICollection, IEnumerable |
| Visual C++ |
|---|
public interface class IContentElementList : IDependentObjectList, IEngineCollection, ICloneable, IList, ICollection, IEnumerable |
| JavaScript |
|---|
FileNet.Api.Collection.IContentElementList = function(); FileNet.Api.Collection.IContentElementList.createInterface('FileNet.Api.Collection.IContentElementList'); |