SchemaDesignerServicesRemoveFavoriteSchemaField Method
|
Removes a Schema Field Favorite entry
Namespace: IngeniuxCMServiceAssembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.6.492
Syntaxpublic XHRServiceResponseGeneric<string> RemoveFavoriteSchemaField(
string data
)
Public Function RemoveFavoriteSchemaField (
data As String
) As XHRServiceResponseGeneric(Of String)
public:
virtual XHRServiceResponseGeneric<String^>^ RemoveFavoriteSchemaField(
String^ data
) sealed
abstract RemoveFavoriteSchemaField :
data : string -> XHRServiceResponseGeneric<string>
override RemoveFavoriteSchemaField :
data : string -> XHRServiceResponseGeneric<string> Parameters
- data String
- Id of the Schema Field Favorite entry to be removed
Return Value
XHRServiceResponseGenericStringThe Id of the remove Schema Field Favorite entry.
Example
Sample JSON return
{
"code": 0,
"error": null,
"message": "SchemaFieldFavorites\/2"
}
RemarksNon-existing Schema Field Favorite entry will be ignored
See Also