WelcomeScreen.getMaxDocuments

Syntax

getMaxDocuments();

Description

The getMaxDocuments method returns maximum number of documents in the list of last documents in the welcome screen.

Comments

By default the maximum number of documents is 10.

Example

To execute the example, the HTML page must contain the WelcomeScreen component named wscreen (see Example of Creating the WelcomeScreen Component). Get the maximum number of actions:

wscreen.getMaxDocuments();

See also:

WelcomeScreen