A content storage device that is implemented by a custom handler.

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

ToggleSyntax

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

ToggleRemarks

Metadata

Auditable: true
AllowsInstances: true
AllowsSubClasses: true
ClassDefinitionName: SubscribableClassDefinition
IsDependent: false
IsHidden: false
Name: DisplayName
Searchable: true
StorageType: ObjectStore
SuperclassName: CmSecuredStorageDevice

ToggleSee Also