Class VideoViewModel
- Namespace
- Dynamicweb.Frontend
- Assembly
- Dynamicweb.dll
The VideoViewModel class is a specialized view model for handling videos. It extends from the ViewModelBase class.
public sealed class VideoViewModel : ViewModelBase
- Inheritance
-
VideoViewModel
- Inherited Members
- Extension Methods
Properties
Name
Gets the name.
public string Name { get; set; }
Property Value
Path
Gets or sets the path.
public string Path { get; set; }
Property Value
Thumbnail
Gets or sets the thumbnail image url.
public string Thumbnail { get; set; }
Property Value
Methods
ToString()
Returns the string representation of model
public override string ToString()