IsRefreshDesignCatalog method (DominoQuery - Java)

Returns the current value of the DominoQuery property RefreshDesignCatalog. This property controls whether the Design Catalog is refreshed with design changes when processing a query using Execute or Explain.

Defined in

DominoQuery

Syntax

public boolean isRefreshDesignCatalog () throws NotesException

Parameters

None

Returned value

Boolean refreshDesignCatalog

Usage

If true, the Design Catalog is checked for design changes and refreshed if necessary. If false, the Design Catalog is not checked for design changes. Default is false. To set this property, use the SetRefreshDesignCatalog method.

Language cross reference

RefreshDesignCatalog property (NotesDominoQuery - LotusScript)