Represents a collection of ExternalIdentity objects. You can retrieve this collection with the
ExternalReplicaIdentities property of a Replicable object.
Namespace:
FileNet.Api.CollectionAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
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'); |