Adds a recently visited Page to the Recently Visited Page list for current user
Namespace: IngeniuxCMServiceAssembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 9.0.565.0 (9.0.565)
public XHRServiceResponseGeneric<bool> AddRecent(
string pageId
)
Public Function AddRecent (
pageId As String
) As XHRServiceResponseGeneric(Of Boolean)
public:
virtual XHRServiceResponseGeneric<bool>^ AddRecent(
String^ pageId
) sealed
abstract AddRecent :
pageId : string -> XHRServiceResponseGeneric<bool>
override AddRecent :
pageId : string -> XHRServiceResponseGeneric<bool>
Parameters
- pageId
- Type: SystemString
Id of the Page to add to recently visited listing
Return Value
Type:
XHRServiceResponseGenericBooleanTrue when added, False if Page doesn't exist
Ingeniux CMS site keeps 10 entries of recent Pages. The oldest entries will be moved when over this limit.
If the page was already in the recent list, it will be moved to the top of the list
Reference