Click or drag to resize

ISchemaManagerRemoveFavorite Method


Removes a schema field favorite entry from a collection by its unique ID.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
bool RemoveFavorite(
	string favEntryId
)

Parameters

favEntryId
Type: SystemString
Unique ID of the favorite

Return Value

Type: Boolean
True if favorite if the ID exists, false otherwise.
See Also