Pcdenumpropertylists, Pcdenumpropertylists 49 – Kofax DM API User Manual

Page 69

Advertising
background image

DM API O

BJECTS

49

PCDEnumPropertyLists

PCDEnumPropertyLists

This object allows you to iterate through collections of property lists.
Most often used with documents and folders, PCDEnumPropertyLists
also allows you to iterate through the property lists associated with
collections of versions, root objects, and other items. For example, if a
folder is deleted, all of the documents and folders it contained must
have their properties updated to indicate that they are no longer
contained in the deleted folder.

PCDEnumPropertyLists supports COM-standard enumeration
interface methods. Every COM-standard enumeration object supports
Clone, Next, Reset, and Skip methods.

Syntax

PCDEnumPropertyLists.

methodOrProperty

Related Items

See the following methods:

Clone

Next

Reset

Skip

See the following properties:

ErrDescription
ErrNumber

Advertising