Click or drag to resize
MediaHelperGetYouTubeVideo Method
Returns HTML code of the YouTube player.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static string GetYouTubeVideo(
	YouTubeVideoParameters parameters
)

Parameters

parameters
Type: CMS.HelpersYouTubeVideoParameters
Collection with parameters of the YouTube player

Return Value

Type: String
See Also