Specifies the name of the fixed content provider class that implements the behavior for a fixed content device. The classes include:
  • CenteraFixedContentDevice: com.filenet.engine.content.fcprovider.centera.CenteraFCP
  • IMFixedContentDevice: com.filenet.engine.content.fcprovider.is.ImageServicesFCP
  • SnapLockFixedContentDevice: com.filenet.engine.content.fcprovider.fsb.SnaplockFCP
  • TivoliFixedContentDevice: com.filenet.engine.content.fcprovider.tsm.TsmFCP

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

ToggleSyntax

Visual Basic (Declaration)
Property ImplementationClass As String
C#
string ImplementationClass { get; set; }
Visual C++
property String^ ImplementationClass {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_implementationClass();
function set_implementationClass(value);

ToggleRemarks

ToggleSee Also