Represents a collection of fixed content device objects.

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

ToggleSyntax

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

ToggleSee Also