ALM Project Database Reference
td.CONTENT_PARTS Table
Description
Data about the entity types in a library or content definition entities.
Remarks
Child table of the CONTENT_DEFINITIONS Table.
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key CP_IDThe record ID.int4   
 CP_NAMEThe name of the item.varchar255  
 CP_HOLDER_IDThe ID of the entity that owns the content part.int4   
 CP_HOLDER_TYPEThe table name for the entity that owns this part.varchar30   
 CP_VER_STAMPThe version number of this record.int4  
 CP_ENTITY_TYPEThe type of entity this content part refers to.varchar30   
 CP_FILTER_DATAAn XML string containing the filter definitions for this part.varchar16  
 CP_ASSIGNED_LIBRARY_PART_IDThe destination for the import of this content part's entity type.int4  
Indexes
IndexDescriptionPrimaryUnique
CP_HOLDER_ENTITY_TYPE_IDX  
CP_PRIMARYKEY 
CP_UNIQUE_NAME_IDX  
See Also