Represents a persistable IndependentObject that you can directly create, update, and delete.


Namespace: FileNet.Api.Core
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Public Interface IIndependentlyPersistableObject
    Implements IIndependentObject, IEngineObject, ICloneable
C#
public interface IIndependentlyPersistableObject : IIndependentObject, IEngineObject, ICloneable
C++
interface class IIndependentlyPersistableObject : IIndependentObject, IEngineObject, ICloneable
J#
public interface IIndependentlyPersistableObject implements IIndependentObject, IEngineObject, ICloneable
JScript
public interface IIndependentlyPersistableObject extends IIndependentObject, IEngineObject, ICloneable

See Also