Represents a collection of TivoliFixedContentDevice objects.

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

ToggleSyntax

Visual Basic (Declaration)
<ObsoleteAttribute("As of release 5.0.0.")> _
Public Interface ITivoliFixedContentDeviceSet _
	Implements IFixedContentDeviceSet, IIndependentObjectSet, IEngineSet, IEngineCollection,  _
	IEnumerable, ICloneable
C#
[ObsoleteAttribute("As of release 5.0.0.")]
public interface ITivoliFixedContentDeviceSet : IFixedContentDeviceSet, 
	IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable, ICloneable
Visual C++
[ObsoleteAttribute(L"As of release 5.0.0.")]
public interface class ITivoliFixedContentDeviceSet : IFixedContentDeviceSet, 
	IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable, ICloneable
JavaScript
FileNet.Api.Collection.ITivoliFixedContentDeviceSet = function();
FileNet.Api.Collection.ITivoliFixedContentDeviceSet.createInterface('FileNet.Api.Collection.ITivoliFixedContentDeviceSet');

ToggleSee Also