IncrementAllYouTubeUsersVar

Increments the value of a specific user global variable for all YouTube users

public void IncrementAllYouTubeUsersVar(string varName, object value, bool persisted = true)
varName
string required
value
object required
persisted
bool
void
CPH.IncrementAllYouTubeUsersVar(varName, value);
CPH.IncrementAllYouTubeUsersVar(varName, value, persisted);