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