Represents an event that occurs when the content of a content-carrying object is retrieved.
Unlike other IRetrievalEvent subclasses, this event is both auditable and subscribable.
Namespace:
FileNet.Api.EventsYou can instantiate a GetContentEvent object in the following ways:
- Call the GetInstance or FetchInstance method on the Factory.GetContentEvent class.
- Retrieve the AuditedEvents property on a Document object, and iterate the EventSet collection for instances of GetContentEvent objects.
- Retrieve a GetContentEvent object from a GetContentEventSet collection.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Interface IGetContentEvent _ Implements IRetrievalEvent, IEvent, IRepositoryObject, IIndependentlyPersistableObject, _ IIndependentObject, IEngineObject, ICloneable |
C# |
---|
public interface IGetContentEvent : IRetrievalEvent, IEvent, IRepositoryObject, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
Visual C++ |
---|
public interface class IGetContentEvent : IRetrievalEvent, IEvent, IRepositoryObject, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
JavaScript |
---|
FileNet.Api.Events.IGetContentEvent = function(); FileNet.Api.Events.IGetContentEvent.createInterface('FileNet.Api.Events.IGetContentEvent'); |
Remarks
Metadata
Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: EventClassDefinition
IsDependent: false
IsHidden: false
Searchable: true
StorageType: ObjectStore
SuperclassName: RetrievalEvent