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

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

ToggleSyntax

Visual Basic (Declaration)
Public Interface IIndependentlyPersistableObject _
	Implements IIndependentObject, IEngineObject, ICloneable
C#
public interface IIndependentlyPersistableObject : IIndependentObject, 
	IEngineObject, ICloneable
Visual C++
public interface class IIndependentlyPersistableObject : IIndependentObject, 
	IEngineObject, ICloneable
JavaScript
FileNet.Api.Core.IIndependentlyPersistableObject = function();
FileNet.Api.Core.IIndependentlyPersistableObject.createInterface('FileNet.Api.Core.IIndependentlyPersistableObject');

ToggleSee Also