GetYouTubeUserVar

C# Methods Reference

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