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