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
)
Function RemoveWatchedPage (
page As IPage
) As Boolean
bool RemoveWatchedPage(
IPage^ page
)
abstract RemoveWatchedPage :
page : IPage -> bool
Parameters
- page
- Type: Ingeniux.CMSIPage
Page to remove
Return Value
Type:
BooleanTrue if the
Page was on the watched/favorites list before, false otherwise.
See Also