Represents the base, abstract class for all classes relating to fixed content devices. A fixed content device has the following characteristics:
  • Content stored on the device may be accessed via a proprietary API, instead of the file system API.
  • The repository can be write-once, not allowing content to be changed.
  • The repository can be write-once, not allowing content to be changed or deleted.
  • The repository can support a retention period for content. The content cannot be deleted until that period has expired.
  • Read/write access to the repository may be significantly slower than access to a traditional file system.
  • The fixed content device may limit the number of concurrent connections.

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

ToggleSyntax

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

ToggleRemarks

Metadata

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

ToggleSee Also