GetTrovoUserVar

C# Methods Reference

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