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.5.94
Syntax 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
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