Represents a collection of ExternalIdentity objects.


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

Syntax

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

See Also