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 FileNet. 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). This object is for future use only and is not currently supported by FileNet.


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

Syntax

Visual Basic (Declaration)
Public Interface IGenericFixedContentDevice
    Implements IFixedContentDevice, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable
C#
public interface IGenericFixedContentDevice : IFixedContentDevice, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable
C++
interface class IGenericFixedContentDevice : IFixedContentDevice, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable
J#
public interface IGenericFixedContentDevice implements IFixedContentDevice, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable
JScript
public interface IGenericFixedContentDevice extends IFixedContentDevice, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable

Remarks

Metadata

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

See Also