Click or drag to resize

ISchemaManager.AddFavorite Method


Adds a new schema field favorite entry to a collection.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
void AddFavorite(
	ISchemaFieldFavorite favEntry
)

Parameters

favEntry
Type: Ingeniux.CMS.ISchemaFieldFavorite
New favorite entry to add.
See Also