IUserActivitiesRemoveWatchedPage Method Ingeniux CMS Content Store API

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

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
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

Reference