Represents a collection of ExternalPropertyAlias objects. To create an instance of this object, call Factory.ExternalPropertyAlias.CreateList().


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

Syntax

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

See Also