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)

Syntax

Visual Basic (Declaration)
Property ContentElements As IContentElementList
C#
IContentElementList ContentElements { get; set; }
C++
property IContentElementList ContentElements abstract  {
    IContentElementList get();
    void set(IContentElementList value);
}
J#
/** property */
public IContentElementList get_ContentElements();

/** property */
public void set_ContentElements(IContentElementList value);
JScript
public function get ContentElements() : IContentElementList

public function set ContentElements(value : IContentElementList);

Remarks

See Also