Click or drag to resize

OverviewServicesAddRecent Method


Adds a recently visited Page to the Recently Visited Page list for current user

Namespace:  IngeniuxCMService
Assembly:  IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.3.169
Syntax
public XHRServiceResponseGeneric<bool> AddRecent(
	string pageId
)

Parameters

pageId
Type: SystemString
Id of the Page to add to recently visited listing

Return Value

Type: XHRServiceResponseGenericBoolean
True when added, False if Page doesn't exist
Remarks
Ingeniux CMS site keeps 10 entries of recent Pages. The oldest entries will be moved when over this limit.
Remarks
If the page was already in the recent list, it will be moved to the top of the list
See Also