Documenttype – Kofax DOKuStar Validation User Manual

Page 42

Advertising
background image

DOKuStar Validation for Ascent Capture

Page

38

Property/Method

Returns

Description

At

DocumentType

Delivers a document type object at the specified
position

Begin

DocumentType

Delivers the first document type object in the collection

Empty

Boolean

Returns true if the collection is empty

Last

DocumentType

Delivers the last document type object in the collection

Next

DocumentType

Delivers the next document type in the list
Parameter:

PreviousDocumentType as DocumentType

Previous

DocumentType

Delivers the previous document type in the list
Parameter:

NextDocumentType as DocumentType

DocumentType

The

DocumentType

object describes one single document type, i.e. one form type from the Ascent Capture

definition, and belongs to the

Schema

part of the

Dataset

. On the

Data

side, the

Document

object is an

instance of the

DocumentType

object.

Properties and methods of the

DocumentType

object (excerpt):

Property/Method

Returns

Description

FieldTypes

FieldTypes

Returns the collection of

FieldTypes

defined for this

DocumentType

Name

String

Name of the

DocumentType

. This is the form type

name from the Ascent Capture definition

Advertising