OverviewServicesRemoveFavorite Method Ingeniux CMS Web Services API

Removes a favorite Page entry

Namespace: IngeniuxCMService
Assembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 9.0.565.0 (9.0.565)
Syntax

public XHRServiceResponseGeneric<bool> RemoveFavorite(
	string pageId
)

Parameters

pageId
Type: SystemString
Id of the Page to remove from favorites list

Return Value

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

Reference