C# Class SimpleMvcSitemap.Videos.VideoGallery

A node for specifying the gallery which the video appears.
Mostra file Open project: uhaciogullari/SimpleMvcSitemap

Private Properties

Property Type Description
VideoGallery System.Xml.Serialization

Public Methods

Method Description
VideoGallery ( string url ) : System.Xml.Serialization

Creates an instance of video gallery

Private Methods

Method Description
VideoGallery ( ) : System.Xml.Serialization

Method Details

VideoGallery() public method

Creates an instance of video gallery
public VideoGallery ( string url ) : System.Xml.Serialization
url string A link to the gallery (collection of videos) in which this video appears
return System.Xml.Serialization