Event reported when the content of an object is moved.
Namespace:
FileNet.Api.EventsYou can instantiate a ICmMoveContentEvent object in the following ways:
- Call the GetInstance or FetchInstance method on the Factory.CmMoveContentEvent class.
- Retrieve the AuditedEvents property on a IAnnotation, IDocument, or IVersionSeries object, and iterate the IEventSet collection for instances of ICmMoveContentEvent objects.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Interface ICmMoveContentEvent _ Implements IObjectChangeEvent, IEvent, IRepositoryObject, IIndependentlyPersistableObject, _ IIndependentObject, IEngineObject, ICloneable |
C# |
---|
public interface ICmMoveContentEvent : IObjectChangeEvent, IEvent, IRepositoryObject, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
Visual C++ |
---|
public interface class ICmMoveContentEvent : IObjectChangeEvent, IEvent, IRepositoryObject, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
JavaScript |
---|
FileNet.Api.Events.ICmMoveContentEvent = function(); FileNet.Api.Events.ICmMoveContentEvent.createInterface('FileNet.Api.Events.ICmMoveContentEvent'); |
Remarks
Metadata
Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: EventClassDefinition
IsDependent: false
IsHidden: false
Searchable: true
StorageType: ObjectStore
SuperclassName: ObjectChangeEvent