setRecentlyViewedCount()

The ZohoSalesIQ.KnowledgeBase.setRecentViewedCount API allows configuring the number of recently viewed resources to be displayed in the Mobilisten UI.

Parameters

  • limit* - The number limit to display recently viewed resources. The default value is 5.

Syntax

CopiedZohoSalesIQ.KnowledgeBase.setRecentlyViewedCount(int limit)

Example

CopiedZohoSalesIQ.KnowledgeBase.setRecentlyViewedCount(10);
CopiedZohoSalesIQ.KnowledgeBase.setRecentlyViewedCount(10)