Represents a collection of ExternalIdentity objects. You can retrieve this collection with the ExternalReplicaIdentities property of a Replicable object.

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

ToggleSyntax

Visual Basic (Declaration)
Public Interface IExternalIdentityList _
	Implements IDependentObjectList, IEngineCollection, ICloneable, IList,  _
	ICollection, IEnumerable
C#
public interface IExternalIdentityList : IDependentObjectList, 
	IEngineCollection, ICloneable, IList, ICollection, IEnumerable
Visual C++
public interface class IExternalIdentityList : IDependentObjectList, 
	IEngineCollection, ICloneable, IList, ICollection, IEnumerable
JavaScript
FileNet.Api.Collection.IExternalIdentityList = function();
FileNet.Api.Collection.IExternalIdentityList.createInterface('FileNet.Api.Collection.IExternalIdentityList');

ToggleSee Also