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