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.6.492
Syntax
public XHRServiceResponseGeneric<bool> AddRecent(
	string pageId
)

Parameters

pageId  String
Id of the Page to add to recently visited listing

Return Value

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.
See Also