Click or drag to resize

SchemaDesignerServicesRemoveFavoriteSchemaField Method


Removes a Schema Field Favorite entry

Namespace: IngeniuxCMService
Assembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.6.492
Syntax
public XHRServiceResponseGeneric<string> RemoveFavoriteSchemaField(
	string data
)

Parameters

data  String
Id of the Schema Field Favorite entry to be removed

Return Value

XHRServiceResponseGenericString

The Id of the remove Schema Field Favorite entry.

Example
Sample JSON return
JavaScript
{
    "code": 0,
    "error": null,
    "message": "SchemaFieldFavorites\/2"
}
Remarks
Non-existing Schema Field Favorite entry will be ignored
See Also