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.CollectionAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
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'); |