Represents an event that occurs when a document is promoted or checked in as a major version.
Namespace:
FileNet.Api.EventsYou can instantiate a PromoteVersionEvent object in the following ways:
- Call the GetInstance or FetchInstance method on the PromoteVersionEvent class.
- Retrieve the AuditedEvents property on a Document object, and iterate the EventSet collection for instances of PromoteVersionEvent objects.
- Retrieve a PromoteVersionEvent object from a PromoteVersionEventSet collection.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Interface IPromoteVersionEvent _ Implements IObjectChangeEvent, IEvent, IRepositoryObject, IIndependentlyPersistableObject, _ IIndependentObject, IEngineObject, ICloneable |
C# |
---|
public interface IPromoteVersionEvent : IObjectChangeEvent, IEvent, IRepositoryObject, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
Visual C++ |
---|
public interface class IPromoteVersionEvent : IObjectChangeEvent, IEvent, IRepositoryObject, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
JavaScript |
---|
FileNet.Api.Events.IPromoteVersionEvent = function(); FileNet.Api.Events.IPromoteVersionEvent.createInterface('FileNet.Api.Events.IPromoteVersionEvent'); |
Remarks
Metadata
Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: EventClassDefinition
IsDependent: false
IsHidden: false
Searchable: true
StorageType: ObjectStore
SuperclassName: ObjectChangeEvent