An object defining a connection between an advanced storage area and an advanced storage device. A ICmStorageDeviceis set on this object, along with the replication role of the storage device. One or more ICmStorageDeviceConnection objects are set on an ICmAdvancedStorageArea.

See Advanced storage areas

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

ToggleSyntax

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

ToggleRemarks

Metadata

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

ToggleSee Also