Represents a collection of ContentTransfer objects. To create an instance of this object, call Factory.ContentTransfer.CreateList().


Namespace: FileNet.Api.Collection
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Public Interface IContentTransferList
    Implements IContentElementList, IDependentObjectList, IEngineCollection, IEnumerable, ICloneable, IList, ICollection
C#
public interface IContentTransferList : IContentElementList, IDependentObjectList, IEngineCollection, IEnumerable, ICloneable, IList, ICollection
C++
interface class IContentTransferList : IContentElementList, IDependentObjectList, IEngineCollection, IEnumerable, ICloneable, IList, ICollection
J#
public interface IContentTransferList implements IContentElementList, IDependentObjectList, IEngineCollection, IEnumerable, ICloneable, IList, ICollection
JScript
public interface IContentTransferList extends IContentElementList, IDependentObjectList, IEngineCollection, IEnumerable, ICloneable, IList, ICollection

See Also