YouTubeAddTags

Add tags for a specific YouTube broadcast with the given ID

Signature

public bool YouTubeAddTags(List<string> tags, string broadcastId)

Parameters

tags
List<string> required

No description provided.

broadcastId
string

No description provided.

Return Type

bool

Example

CPH.YouTubeAddTags(tags);
CPH.YouTubeAddTags(tags, broadcastId);