Specifies a ContentElementList object containing the list of content elements associated with this document or annotation. Each content element represents content data, which can either be local to an object store and stored in a file store or database (represented by a 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)
Property ContentElements As IContentElementList
C#
IContentElementList ContentElements { get; set; }
Visual C++
property IContentElementList^ ContentElements {
	IContentElementList^ get ();
	void set (IContentElementList^ value);
}
JavaScript
function get_contentElements();
function set_contentElements(value);

ToggleRemarks

ToggleSee Also