Represents the mechanism for mapping an external class or property to a corresponding Content Engine class or property. This interface is the base for subinterfaces representing external class and property aliases.


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

Syntax

Visual Basic (Declaration)
Public Interface IExternalAlias
    Implements IRepositoryObject, IEngineObject, ICloneable, IDependentObject
C#
public interface IExternalAlias : IRepositoryObject, IEngineObject, ICloneable, IDependentObject
C++
interface class IExternalAlias : IRepositoryObject, IEngineObject, ICloneable, IDependentObject
J#
public interface IExternalAlias implements IRepositoryObject, IEngineObject, ICloneable, IDependentObject
JScript
public interface IExternalAlias extends IRepositoryObject, IEngineObject, ICloneable, IDependentObject

Remarks

Metadata

Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: ObjectStore
SuperclassName: GenericObject

See Also