Specifies a
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
object) or external to an object store and therefore outside the control of the Content Engine server (represented by a
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
Metadata
AllowsDefaultChange: false
Cardinality: LIST
CopyToReservation: false
Datatype: OBJECT
DeletionAction: NONE
IsHidden: true
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
ReflectiveProperty: null
RequiredClass: ContentElement
RequiresUniqueElements: true
Settability: READ_WRITE
TargetAccessRequired: READ