ISchemaManagerRemoveFavorite Method Ingeniux CMS Content Store API

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: 9.0.565.0 (9.0.565)
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

Reference