Click or drag to resize

IUserActivitiesRemoveWatchedContentItem 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.6.492
Syntax
bool RemoveWatchedContentItem(
	IContentItem item
)

Parameters

item  IContentItem
Content item to remove

Return Value

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