Represents the mechanism for mapping a property in an external repository to a corresponding Content Engine property.

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

ToggleSyntax

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

ToggleRemarks

Metadata

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

ToggleSee Also