Click or drag to resize

OverviewServicesAddFavorite Method


Adds a new favorite Page for current user. Favorite Pages are pages user would like to visit frequently.

Namespace: IngeniuxCMService
Assembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.6.492
Syntax
public XHRServiceResponseGeneric<OverviewPageInformation> AddFavorite(
	string pageId
)

Parameters

pageId  String
Id of favorite Content Item to add

Return Value

XHRServiceResponseGenericOverviewPageInformation
True when added, False if Page doesn't exist
Remarks
Ingeniux CMS site keeps 10 entries of favorite Pages. The oldest entries will be moved when over this limit.
See Also