Represents an IBM® FileNet® Image Services external repository that is capable of federating content.

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

ToggleSyntax

Visual Basic (Declaration)
Public Interface IImageServicesRepository _
	Implements IContentFederatingRepository, IExternalRepository, IRepository, IIndependentlyPersistableObject,  _
	IIndependentObject, IEngineObject, ICloneable
C#
public interface IImageServicesRepository : IContentFederatingRepository, 
	IExternalRepository, IRepository, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, 
	ICloneable
Visual C++
public interface class IImageServicesRepository : IContentFederatingRepository, 
	IExternalRepository, IRepository, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, 
	ICloneable
JavaScript
FileNet.Api.Replication.IImageServicesRepository = function();
FileNet.Api.Replication.IImageServicesRepository.createInterface('FileNet.Api.Replication.IImageServicesRepository');

ToggleRemarks

Metadata

Auditable: false
AllowsInstances: true
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: false
IsHidden: false
Searchable: false
StorageType: Domain
SuperclassName: ContentFederatingRepository

ToggleSee Also