GetTrovoUserVar

C# Methods Reference

Signature

public T GetTrovoUserVar<T>(string userName, string varName, bool persisted = true)

Parameters

userName
string required
varName
string required
persisted
bool
Default:
True

No description provided.

Return Type

T

Example

CPH.GetTrovoUserVar(userName, varName);
CPH.GetTrovoUserVar(userName, varName, persisted);