Table of Contents

Class MediaData

Namespace
Dynamicweb.Content.Items.Editors
Assembly
Dynamicweb.dll

Represents an item field Media data.

public sealed class MediaData
Inheritance
MediaData
Inherited Members

Properties

ImagePath

Gets or sets the thumbnail path.

public string ImagePath { get; set; }

Property Value

string

Path

Gets or sets the video path.

public string Path { get; set; }

Property Value

string
To top