Represents a collection of ICmEventExportStore objects.

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

ToggleSyntax

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

ToggleSee Also