Represents the mechanism for mapping a class or property in an external repository 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)

ToggleSyntax

Visual Basic (Declaration)
Public Interface IExternalAlias _
	Implements IRepositoryObject, IEngineObject, ICloneable, IDependentObject
C#
public interface IExternalAlias : IRepositoryObject, 
	IEngineObject, ICloneable, IDependentObject
Visual C++
public interface class IExternalAlias : IRepositoryObject, 
	IEngineObject, ICloneable, IDependentObject
JavaScript
FileNet.Api.Replication.IExternalAlias = function();
FileNet.Api.Replication.IExternalAlias.createInterface('FileNet.Api.Replication.IExternalAlias');

ToggleRemarks

Metadata

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

ToggleSee Also