Represents a collection of ExternalAlias objects.


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

Syntax

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

See Also