Represents a collection of iIICEFixedContentDevice objects.


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

Syntax

Visual Basic (Declaration)
Public Interface IIICEFixedContentDeviceSet
    Implements IFixedContentDeviceSet, IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable, ICloneable
C#
public interface IIICEFixedContentDeviceSet : IFixedContentDeviceSet, IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable, ICloneable
C++
interface class IIICEFixedContentDeviceSet : IFixedContentDeviceSet, IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable, ICloneable
J#
public interface IIICEFixedContentDeviceSet implements IFixedContentDeviceSet, IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable, ICloneable
JScript
public interface IIICEFixedContentDeviceSet extends IFixedContentDeviceSet, IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable, ICloneable

See Also