addToFavorites

suspend fun addToFavorites(portalItem: PortalItem): Result<Unit>

Adds the item to the favorites group.

Return

a Result indicating if the add operation was successful or not

Since

200.0.0

Parameters

portalItem

the item to add into the favorites group