OverviewServicesRemoveFavorite Method
|
Removes a favorite Page entry
Namespace: IngeniuxCMServiceAssembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.6.492
Syntaxpublic XHRServiceResponseGeneric<bool> RemoveFavorite(
string pageId
)
Public Function RemoveFavorite (
pageId As String
) As XHRServiceResponseGeneric(Of Boolean)
public:
virtual XHRServiceResponseGeneric<bool>^ RemoveFavorite(
String^ pageId
) sealed
abstract RemoveFavorite :
pageId : string -> XHRServiceResponseGeneric<bool>
override RemoveFavorite :
pageId : string -> XHRServiceResponseGeneric<bool> Parameters
- pageId String
- Id of the Content Item to remove from favorites list
Return Value
XHRServiceResponseGenericBooleanTrue if removed, False if Page doesn't exist, or not in the favorites list
See Also