AddQuoteForYouTube
C# Methods Reference
Signature
public int AddQuoteForYouTube(string userId, string quote)
Parameters
userId
string required
quote
string required
Return Type
int
Example
CPH.AddQuoteForYouTube(userId, quote);
C# Methods Reference
public int AddQuoteForYouTube(string userId, string quote)
int
CPH.AddQuoteForYouTube(userId, quote);