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