GetTrovoUserVarById

C# Methods Reference

Deprecated
public T GetTrovoUserVarById<T>(string userId, string varName, bool persisted = true)
userId
string required
varName
string required
persisted
bool
T
CPH.GetTrovoUserVarById(userId, varName);
CPH.GetTrovoUserVarById(userId, varName, persisted);