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

ToggleSyntax

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

ToggleSee Also