Represents a collection of ICmAuditProcessingBookmark objects.
You can retrieve ICmAuditProcessingBookmarkSet with the AuditProcessingBookmarks property
of IObjectStore.
Namespace:
FileNet.Api.CollectionAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Interface ICmAuditProcessingBookmarkSet _ Implements ISubscribableSet, IIndependentObjectSet, IEngineSet, IEngineCollection, _ IEnumerable, ICloneable |
C# |
---|
public interface ICmAuditProcessingBookmarkSet : ISubscribableSet, IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable, ICloneable |
Visual C++ |
---|
public interface class ICmAuditProcessingBookmarkSet : ISubscribableSet, IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable, ICloneable |
JavaScript |
---|
FileNet.Api.Collection.ICmAuditProcessingBookmarkSet = function(); FileNet.Api.Collection.ICmAuditProcessingBookmarkSet.createInterface('FileNet.Api.Collection.ICmAuditProcessingBookmarkSet'); |