Table of Contents

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

Properties

Name

Gets the name.

public string Name { get; set; }

Property Value

string

Path

Gets or sets the path.

public string Path { get; set; }

Property Value

string

Thumbnail

Gets or sets the thumbnail image url.

public string Thumbnail { get; set; }

Property Value

string

Methods

ToString()

Returns the string representation of model

public override string ToString()

Returns

string

See Also

To top