UnsetTrovoUserVarById

C# Methods Reference

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