Represents a collection of ICmAuditProcessingBookmark objects. You can retrieve ICmAuditProcessingBookmarkSet with the AuditProcessingBookmarks property of IObjectStore.

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

ToggleSyntax

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

ToggleSee Also