C# Class SimpleMvcSitemap.Videos.VideoRestriction

List of countries where the video may or may not be played.
Mostra file Open project: uhaciogullari/SimpleMvcSitemap

Private Properties

Property Type Description
VideoRestriction System.Xml.Serialization

Public Methods

Method Description
VideoRestriction ( string countries, VideoRestrictionRelationship relationship ) : System.Xml.Serialization

Creates an instance of VideoRestriction

Private Methods

Method Description
VideoRestriction ( ) : System.Xml.Serialization

Method Details

VideoRestriction() public method

Creates an instance of VideoRestriction
public VideoRestriction ( string countries, VideoRestrictionRelationship relationship ) : System.Xml.Serialization
countries string A space-delimited list of countries where the video may or may not be played. /// Allowed values are country codes in ISO 3166 format.
relationship VideoRestrictionRelationship Specifies whether the video is restricted or permitted for the specified countries.
return System.Xml.Serialization