Represents an event that occurs when the
Namespace: FileNet.Api.Events
Assembly: FileNet.Api (in filenet.api.dll)
Unlock
method is called on a Document
, CustomObject
, or Folder
object. You can instantiate a
object in the following ways:
- Call the
orGetInstance
method on theFetchInstance Factory.UnlockEvent class. - Retrieve the
property on aAuditedEvents
,Document
, orFolder
object, and iterate theCustomObject EventSet collection for instances of
objects.UnlockEvent - Retrieve a
object from aUnlockEvent UnlockEventSet collection.
Namespace: FileNet.Api.Events
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 |
C++ |
---|
interface class IUnlockEvent : IObjectChangeEvent, IEvent, IRepositoryObject, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
J# |
---|
public interface IUnlockEvent implements IObjectChangeEvent, IEvent, IRepositoryObject, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
JScript |
---|
public interface IUnlockEvent extends IObjectChangeEvent, IEvent, IRepositoryObject, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
Remarks
Metadata
Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: EventClassDefinition
IsDependent: false
IsHidden: false
Searchable: true
StorageType: ObjectStore
SuperclassName: ObjectChangeEvent