Represents a collection of ICmStorageDeviceConnection objects. One or more ICmStorageDeviceConnection objects are set on an ICmAdvancedStorageArea.

See Advanced storage areas

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

ToggleSyntax

Visual Basic (Declaration)
Public Interface ICmStorageDeviceConnectionList _
	Implements IDependentObjectList, IEngineCollection, ICloneable, IList,  _
	ICollection, IEnumerable
C#
public interface ICmStorageDeviceConnectionList : IDependentObjectList, 
	IEngineCollection, ICloneable, IList, ICollection, IEnumerable
Visual C++
public interface class ICmStorageDeviceConnectionList : IDependentObjectList, 
	IEngineCollection, ICloneable, IList, ICollection, IEnumerable
JavaScript
FileNet.Api.Collection.ICmStorageDeviceConnectionList = function();
FileNet.Api.Collection.ICmStorageDeviceConnectionList.createInterface('FileNet.Api.Collection.ICmStorageDeviceConnectionList');

ToggleSee Also