UnsetYouTubeUser
C# Methods Reference
Signature
public void UnsetYouTubeUser(string userName, bool persisted = true)
Parameters
userName
string required
persisted
bool
Return Type
void
Example
CPH.UnsetYouTubeUser(userName);
CPH.UnsetYouTubeUser(userName, persisted);