UnsetTrovoUserVar

C# Methods Reference

Deprecated
public void UnsetTrovoUserVar(string userName, string varName, bool persisted = true)
userName
string required
varName
string required
persisted
bool
void
CPH.UnsetTrovoUserVar(userName, varName);
CPH.UnsetTrovoUserVar(userName, varName, persisted);