Represents a collection of ExternalPropertyAlias objects. You can retrieve this collection with the ExternalAliases property of a PropertyDefinition object. To create an instance of this object, call Factory.ExternalPropertyAlias.CreateList().

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

ToggleSyntax

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

ToggleSee Also