SchemaDesignerServicesRemoveFavoriteSchemaField Method Ingeniux CMS Web Services API

Removes a Schema Field Favorite entry

Namespace: IngeniuxCMService
Assembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 9.0.565.0 (9.0.565)
Syntax

public XHRServiceResponseGeneric<string> RemoveFavoriteSchemaField(
	string data
)

Parameters

data
Type: SystemString
Id of the Schema Field Favorite entry to be removed

Return Value

Type: XHRServiceResponseGenericString

The Id of the remove Schema Field Favorite entry.

Examples

Sample JSON return
JavaScript
{
    "code": 0,
    "error": null,
    "message": "SchemaFieldFavorites\/2"
}
Remarks

Non-existing Schema Field Favorite entry will be ignored
See Also

Reference