Click or drag to resize

OverviewServicesRemoveFavorite Method


Removes a favorite Page entry

Namespace: IngeniuxCMService
Assembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.6.492
Syntax
public XHRServiceResponseGeneric<bool> RemoveFavorite(
	string pageId
)

Parameters

pageId  String
Id of the Content Item to remove from favorites list

Return Value

XHRServiceResponseGenericBoolean
True if removed, False if Page doesn't exist, or not in the favorites list
See Also