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