Represents the superclass for classes used to access document or annotation content data. Each content element represents content data, which can either be local to an object store (represented by an ContentTransfer object) or external to an object store and therefore outside the control of the Content Engine server (represented by a ContentReference object).


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

Syntax

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

Remarks

Metadata

Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: ObjectStore
SuperclassName: GenericObject

See Also