Click or drag to resize

IUserActivitiesRemoveWatchedPage Method


Removes a Page from a User's watched/favorites list.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax
bool RemoveWatchedPage(
	IPage page
)

Parameters

page
Type: Ingeniux.CMSIPage
Page to remove

Return Value

Type: Boolean
True if the Page was on the watched/favorites list before, false otherwise.
See Also