Folderitem_library_name, Related items – Kofax DM API User Manual

Page 378

Advertising
background image

358 C

HAPTER

5

%FOLDERITEM_LIBRARY_NAME

'Set the parent folder’s version.

pDocObject.SetProperty("PARENT_VERSION", folderVersion)


'Set the document number.

pDocObject.SetProperty("DOCNUMBER",docNum)


'Set the library name.

pDocObject.SetProperty("%FOLDERITEM_LIBRARY_NAME", itemLib)


'Create the object.

pDocObject.Create()

Related Items

See the

PCDDocObject

object.

See the

SetProperty

method.

Advertising