Contents_where_used, Related items – Kofax DM API User Manual

Page 355

Advertising
background image

DM API T

OKENS

335

%CONTENTS_WHERE_USED


'Set the chunk size.

PropLists.SetChunkFactor(size)


'Execute the search.

PropLists.Execute()


checkError(PropLists, "ERROR_WHEREUSED")

While (PropLists.NextRow())

'Process data returned by the search.

Wend

Related Items

See the

PCDDocObject

object.

See the

SetProperty

method.

See the

%CONTENTS_DIRECTIVE

token.

Advertising