UnsetKickUser
C# Methods Reference
Signature
public void UnsetKickUser(string userName, bool persisted = true)
Parameters
userName
string required
persisted
bool
Return Type
void
Example
CPH.UnsetKickUser(userName);
CPH.UnsetKickUser(userName, persisted);