IBMCM_UploadDCO_Page

Uploads image files that are associated with the current Page object of the Document Hierarchy to IBM® Content Manager.

Member of namespace

ibmcm

Syntax

bool IBMCM_UploadDCO_Page ()

Returns

True if the action successfully sends the image to the server. False if the action is unable to save the image.

Level

Page level

Details

Uploads the Image file associated with current Page object of the Document Hierarchy to the IBM Content Manager server. Additionally, all attributes set using IBMCM_SetAttributeValue are also persisted.
Example:
IBMCM_Logon(cmserver,adminPWD,adminUID)
IBMCM_CreateItem(NOINDEX)
IBMCM_SetAttributeValue(USERID,@OPERATOR)
IBMCM_UploadDCO_Page()         

This sequence uploads Image files associated with the current Page object of the Document Hierarchy to IBM Content Manager, and assigns the name of the object – the value of its Type property.