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