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.CoreAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
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); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: LIST
CopyToReservation: false
DataType: OBJECT
DeletionAction: NONE
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
ReflectiveProperty: null
RequiredClass: ContentElement
RequiresUniqueElements: true
Settability: READ_WRITE
TargetAccessRequired: READ