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.6.492
Syntax
bool RemoveFavorite(
	string favEntryId
)

Parameters

favEntryId  String
Unique ID of the favorite

Return Value

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