Table of Contents

Class ParagraphInfoViewModel

Namespace
Dynamicweb.Frontend
Assembly
Dynamicweb.dll

Represents a paragraph.

public class ParagraphInfoViewModel : ViewModelBase
Inheritance
ParagraphInfoViewModel
Inherited Members

Constructors

ParagraphInfoViewModel()

public ParagraphInfoViewModel()

Properties

ColorScheme

Gets or sets the color scheme.

public ColorSchemeViewModel ColorScheme { get; set; }

Property Value

ColorSchemeViewModel

The color scheme as an ColorSchemeViewModel.

CreatedDate

public DateTime CreatedDate { get; set; }

Property Value

DateTime

ID

public int ID { get; set; }

Property Value

int

Image

public string Image { get; set; }

Property Value

string

ImageAlt

public string ImageAlt { get; set; }

Property Value

string

ImageCaption

public string ImageCaption { get; set; }

Property Value

string

ImageFocalX

public int ImageFocalX { get; set; }

Property Value

int

ImageFocalY

public int ImageFocalY { get; set; }

Property Value

int
public string ImageLink { get; set; }

Property Value

string

ImageLinkTarget

public string ImageLinkTarget { get; set; }

Property Value

string

Item

public ItemViewModel Item { get; set; }

Property Value

ItemViewModel

Name

public string Name { get; set; }

Property Value

string

PageID

public int PageID { get; set; }

Property Value

int

Text

public string Text { get; set; }

Property Value

string

UpdatedDate

public DateTime UpdatedDate { get; set; }

Property Value

DateTime

See Also

To top