ISchemaManagerRemoveFavorite Method
|
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool RemoveFavorite(
string favEntryId
)
Function RemoveFavorite (
favEntryId As String
) As Boolean
bool RemoveFavorite(
String^ favEntryId
)
abstract RemoveFavorite :
favEntryId : string -> bool Parameters
- favEntryId String
- Unique ID of the favorite
Return Value
BooleanTrue if favorite if the ID exists, false otherwise.
See Also