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


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

Syntax

Visual Basic (Declaration)
Property ImplementationClass As String
C#
string ImplementationClass { get; set; }
C++
property string ImplementationClass abstract  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_ImplementationClass();

/** property */
public void set_ImplementationClass(string value);
JScript
public function get ImplementationClass() : String

public function set ImplementationClass(value : String);

Remarks

See Also