Represents the description of a generic fixed content device. The GenericFixedContentDevice object provides an extensible mechanism for implementing interfaces to fixed content devices not currently supported by IBM®. The ConfigurationParameters property provides the set of parameters that will be passed to a custom implementation of a fixed content provider used to connect to the fixed content device. Note that there is no fixed format for the ConfigurationParameters property, other than it must be a string that the custom implementation of the fixed content provider can understand and parse.

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

ToggleSyntax

Visual Basic (Declaration)
Public Interface IGenericFixedContentDevice _
	Implements IFixedContentDevice, IIndependentlyPersistableObject, IIndependentObject, IEngineObject,  _
	ICloneable
C#
public interface IGenericFixedContentDevice : IFixedContentDevice, 
	IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable
Visual C++
public interface class IGenericFixedContentDevice : IFixedContentDevice, 
	IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable
JavaScript
FileNet.Api.Admin.IGenericFixedContentDevice = function();
FileNet.Api.Admin.IGenericFixedContentDevice.createInterface('FileNet.Api.Admin.IGenericFixedContentDevice');

ToggleRemarks

Metadata

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

ToggleSee Also