IncrementAllYouTubeUsersVar

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

Signature

public void IncrementAllYouTubeUsersVar(string varName, object value, bool persisted = true)

Parameters

varName
string required

No description provided.

value
object required

No description provided.

persisted
bool
Default:
True

No description provided.

Return Type

void

Example

CPH.IncrementAllYouTubeUsersVar(varName, value);
CPH.IncrementAllYouTubeUsersVar(varName, value, persisted);