Represents a collection of PublishCompleteEvent 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 IPublishCompleteEventSet _
	Implements IObjectChangeEventSet, IEventSet, IIndependentObjectSet, IEngineSet,  _
	IEngineCollection, IEnumerable, ICloneable
C#
[ObsoleteAttribute("As of release 5.0.0.")]
public interface IPublishCompleteEventSet : IObjectChangeEventSet, 
	IEventSet, IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable, 
	ICloneable
Visual C++
[ObsoleteAttribute(L"As of release 5.0.0.")]
public interface class IPublishCompleteEventSet : IObjectChangeEventSet, 
	IEventSet, IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable, 
	ICloneable
JavaScript
FileNet.Api.Collection.IPublishCompleteEventSet = function();
FileNet.Api.Collection.IPublishCompleteEventSet.createInterface('FileNet.Api.Collection.IPublishCompleteEventSet');

ToggleSee Also