IEditSessionChangeClientBlacklistInfo Method |
Changes client blacklist info.
Namespace:
Resto.Front.Api.Editors
Assembly:
Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntaxvoid 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