Copydoc_library – Kofax DM API User Manual

Page 357

Advertising
background image

DM API T

OKENS

337

%COPYDOC_LIBRARY

%COPYDOC_LIBRARY

The

%COPYDOC_LIBRARY

token is used when document content from

one library is copied to create a new document in another library. This
token identifies the library where the original document is located.

Syntax

PCDDocObject.SetProperty(“%COPYDOC_LIBRARY”, _

lngLibraryID)

Parameters

Usage

This token is omitted if the document that is being copied currently
exists in the library where the new document is being created.

Example

pDocObject.SetProperty("%COPYDOC_LIBRARY", library)

Related Items

See the PCDDocObject object.

See the SetProperty method.

See the following tokens:

%CONTENTS_COPY_CONTENTS

%COPYDOC

%COPYDOC_LIBRARY

%COPYDOC_VERSION

%COPYDOC_LIBRARY

The token identifier that specifies that
this statement contains the library where
the original document that is to be
copied is located.

lngLibraryID

The library identifier of the document
that is being copied.

Advertising