Enumeration of the audit processing bookmarks defined in this IObjectStore object. Each ICmAuditProcessingBookmark object in the enumeration represents a leave-off point in the audit log (Event table) by an audit processing client.

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

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property AuditProcessingBookmarks As ICmAuditProcessingBookmarkSet
C#
ICmAuditProcessingBookmarkSet AuditProcessingBookmarks { get; }
Visual C++
property ICmAuditProcessingBookmarkSet^ AuditProcessingBookmarks {
	ICmAuditProcessingBookmarkSet^ get ();
}
JavaScript
function get_auditProcessingBookmarks();

ToggleRemarks

Metadata

AllowsDefaultChange: false
Cardinality: ENUM
CopyToReservation: false
DataType: OBJECT
DeletionAction: NONE
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: NOT_PERSISTENT
ReflectiveProperty: null
RequiredClass: CmAuditProcessingBookmark
RequiresUniqueElements: false
Settability: READ_ONLY
TargetAccessRequired: READ

ToggleSee Also