IBMCM_UploadDCO_DOC

Uploads the set of Images files that are associated with the current document object of the Document Hierarchy to the IBM® Content Manager Server.

Member of namespace

ibmcm

Syntax

bool IBMCM_UploadDCO_DOC ()

Parameters

None

Returns

True if the document is successfully created. Otherwise, False.

Level

Document level

Details

Uploads the Image files that are associated with current Document object of the Document Hierarchy to IBM Content Manager Server.
Example:
IBMCM_Logon("cmserver,adminPWD,adminUID")
IBMCM_CreateItem("NOINDEX")
IBMCM_SetAttributeValue("USERID, @OPERATOR")
IBMCN_SetMimeType("image/tiff")
IBMCM_UploadDCO_DOC()            

This sequence uploads the set of Images files that are associated with the current document object of the Document Hierarchy to the IBM Content Manager server. Additionally, all attributes set by using IBMCM_SetAttributeValue action are also persisted.