Click or drag to resize

IOperationServiceTryRemoveCustomData Method

Tries to remove custom data by key.

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

Parameters

key
Type: SystemString

Return Value

Type: Boolean
See Also