Click or drag to resize

IOperationService.TryRemoveCustomData Method

Tries to remove custom data by key.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
bool TryRemoveCustomData(
	string key
)

Parameters

key
Type: System.String

Return Value

Type: Boolean
See Also