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


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

Syntax

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

See Also