Represents a collection of GenericFixedContentDevice objects.


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

Syntax

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

See Also