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.
You 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.
Namespace:
FileNet.Api.Events
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Interface IGetContentEvent _ Implements IRepositoryObject, IRetrievalEvent, IEvent, IIndependentlyPersistableObject, _ IIndependentObject, IEngineObject, ICloneable |
| C# |
|---|
public interface IGetContentEvent : IRepositoryObject, IRetrievalEvent, IEvent, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
| Visual C++ |
|---|
public interface class IGetContentEvent : IRepositoryObject, IRetrievalEvent, IEvent, 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