This interface is the base for subinterfaces representing classes of which an object instance can be replicated.

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

ToggleSyntax

Visual Basic (Declaration)
Public Interface IReplicable
C#
public interface IReplicable
Visual C++
public interface class IReplicable
JavaScript
FileNet.Api.Replication.IReplicable = function();
FileNet.Api.Replication.IReplicable.createInterface('FileNet.Api.Replication.IReplicable');

ToggleRemarks

Metadata

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

ToggleSee Also