Click or drag to resize
YouTubeVideoParameters Class
Class providing YouTube video parameters.
Inheritance Hierarchy
SystemObject
  CMS.HelpersYouTubeVideoParameters

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public class YouTubeVideoParameters

The YouTubeVideoParameters type exposes the following members.

Constructors
  NameDescription
Public methodYouTubeVideoParameters
Top
Properties
  NameDescription
Public propertyAutoPlay
Indicates if video is played automatically.
Public propertyEditorClientID
Client id of editor for inserting content.
Public propertyFullScreen
Indicates if full screen playback is allowed.
Public propertyHeight
YouTube player height.
Public propertyLoop Obsolete.
Indicates if video is played in a loop.
Public propertyRelatedVideos
YouTube include related videos.
Public propertyUrl
YouTube video URL.
Public propertyWidth
YouTube player width.
Top
See Also