Advanced Customization > Windchill Adapter > Windchill Adapter Webject Library > Action Webjects > Add-ContentItems
  
Add-ContentItems
The Add-ContentItems webject adds content to Windchill objects implementing wt.content.ContentHolder (also known as “content holders”). For example, this webject adds content to objects that have the wt.doc.WTDocument type or the wt.part.WTPart type.
Depending on the parameters you use, the webject can be used in three separate scenarios:
Add content directly from the Info*Engine BLOB stream to the content holder (OBJECT_REF or TYPE and WHERE).
Stage content from the Info*Engine BLOB stream to a staging location to be added later (STAGING_AREA).
Add content to a content holder from previously staged data (STAGING_AREA and STAGED_FILE_ID and OBJECT_REF; or TYPE and WHERE).
An exception is issued if you select multiple objects (using the OBJECT_REF or TYPE and WHERE parameters).
For additional information about using the BLOB_COUNT parameter in adapter webjects, see Uploading and Downloading BLOBs.