IUserActivitiesRemoveWatchedContentItem Method
|
Removes a
Page from a
User's watched/favorites list.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool RemoveWatchedContentItem(
IContentItem item
)
Function RemoveWatchedContentItem (
item As IContentItem
) As Boolean
bool RemoveWatchedContentItem(
IContentItem^ item
)
abstract RemoveWatchedContentItem :
item : IContentItem -> bool Parameters
- item IContentItem
- Content item to remove
Return Value
BooleanTrue if the
Page was on the watched/favorites list before, false otherwise.
See Also