Represents an event that occurs when a folder has its Containable object, for example, a
Namespace: FileNet.Api.Events
Assembly: FileNet.Api (in filenet.api.dll)
Unfile
method called to remove (unfile) a Document
or CustomObject
, or when the Unfile
method is called to delete a subfolder. You can instantiate an
object in the following ways:
- Call the
orGetInstance
method on theFetchInstance Factory.UnfileEvent class. - Retrieve the
property on aAuditedEvents
object, and iterate theFolder EventSet collection for instances of
objects.UnfileEvent - Retrieve an
object from anUnfileEvent UnfileEventSet collection.
Namespace: FileNet.Api.Events
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Interface IUnfileEvent Implements IObjectChangeEvent, IEvent, IRepositoryObject, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
C# |
---|
public interface IUnfileEvent : IObjectChangeEvent, IEvent, IRepositoryObject, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
C++ |
---|
interface class IUnfileEvent : IObjectChangeEvent, IEvent, IRepositoryObject, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
J# |
---|
public interface IUnfileEvent implements IObjectChangeEvent, IEvent, IRepositoryObject, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
JScript |
---|
public interface IUnfileEvent 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