Click or drag to resize

IEditSessionChangeClientBlacklistInfo Method

Changes client blacklist info.

Namespace:  Resto.Front.Api.Editors
Assembly:  Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
void ChangeClientBlacklistInfo(
	bool isInBlacklist,
	string reason,
	IClientStub client
)

Parameters

isInBlacklist
Type: SystemBoolean
Is changing client in blacklist.
reason
Type: SystemString
The reason of adding client to blacklist.
client
Type: Resto.Front.Api.Editors.StubsIClientStub
Changing client
See Also