Table of Contents

Interface IYouTubeConsts

Namespace
SunamoInterfaces.Interfaces
Assembly
SunamoInterfaces.dll

Interface for YouTube API constants and credentials.

public interface IYouTubeConsts
Extension Methods

Properties

GDataYoutubeApiKeys

Gets the list of GData YouTube API keys.

List<string> GDataYoutubeApiKeys { get; }

Property Value

List<string>

Secret

Gets the secret credential.

string Secret { get; }

Property Value

string