Changes client blacklist info
Namespace: Resto.Front.Api.V3.Editors
Assembly: Resto.Front.Api.V3 (in Resto.Front.Api.V3.dll) Version: 4.1.1236.1 (4.1.1236.1)
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.V3.EditorsIClientStub
Changing client
See Also