Represents a collection of ICmStorageDeviceConnection objects.
One or more ICmStorageDeviceConnection objects are set on an
ICmAdvancedStorageArea.
Namespace:
FileNet.Api.CollectionAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
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'); |