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 IEngineCollection, IEnumerable, ICloneable, IDependentObjectList, _ IList, ICollection |
| C# |
|---|
public interface IContentElementList : IEngineCollection, IEnumerable, ICloneable, IDependentObjectList, IList, ICollection |
| Visual C++ |
|---|
public interface class IContentElementList : IEngineCollection, IEnumerable, ICloneable, IDependentObjectList, IList, ICollection |
| JavaScript |
|---|
FileNet.Api.Collection.IContentElementList = function(); FileNet.Api.Collection.IContentElementList.createInterface('FileNet.Api.Collection.IContentElementList'); |