Represents an event that occurs when the Unlock method is called on
a Document, CustomObject, or Folder object.
You 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.
Namespace:
FileNet.Api.Events
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Interface IUnlockEvent _ Implements IRepositoryObject, IObjectChangeEvent, IEvent, IIndependentlyPersistableObject, _ IIndependentObject, IEngineObject, ICloneable |
| C# |
|---|
public interface IUnlockEvent : IRepositoryObject, IObjectChangeEvent, IEvent, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
| Visual C++ |
|---|
public interface class IUnlockEvent : IRepositoryObject, IObjectChangeEvent, IEvent, 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