Abstract base class for objects that represent different types of advanced storage devices.
A device is implemented in a concrete subclass. An instantiated class is connected to a
ICmAdvancedStorageArea
A device connection to an advanced storage area is represented as a
ICmStorageDeviceConnection.
Namespace:
FileNet.Api.Admin
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Interface ICmStorageDevice _ Implements IRepositoryObject, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, _ IEngineObject, ICloneable |
| C# |
|---|
public interface ICmStorageDevice : IRepositoryObject, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
| Visual C++ |
|---|
public interface class ICmStorageDevice : IRepositoryObject, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
| JavaScript |
|---|
FileNet.Api.Admin.ICmStorageDevice = function(); FileNet.Api.Admin.ICmStorageDevice.createInterface('FileNet.Api.Admin.ICmStorageDevice'); |
Remarks
Metadata
Auditable: true
AllowsInstances: false
AllowsSubClasses: true
ClassDefinitionName: SubscribableClassDefinition
IsDependent: false
IsHidden: false
Name: DisplayName
Searchable: true
StorageType: ObjectStore
SuperclassName: Subscribable