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)

ToggleSyntax

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

ToggleRemarks

Metadata

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

ToggleSee Also