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()
See Also

Properties

CreatedDate

public DateTime CreatedDate { get; set; }

Property Value

DateTime
See Also

GlobalID

public int GlobalID { get; set; }

Property Value

int
See Also

ID

public int ID { get; set; }

Property Value

int
See Also

Image

public string Image { get; set; }

Property Value

string
See Also

ImageAlt

public string ImageAlt { get; set; }

Property Value

string
See Also

ImageCaption

public string ImageCaption { get; set; }

Property Value

string
See Also

ImageFocalX

public int ImageFocalX { get; set; }

Property Value

int
See Also

ImageFocalY

public int ImageFocalY { get; set; }

Property Value

int
See Also

ImageHAlign

public string ImageHAlign { get; set; }

Property Value

string
See Also
public string ImageLink { get; set; }

Property Value

string
See Also

ImageLinkTarget

public string ImageLinkTarget { get; set; }

Property Value

string
See Also

ImageVAlign

public string ImageVAlign { get; set; }

Property Value

string
See Also

Item

public ItemViewModel Item { get; set; }

Property Value

ItemViewModel
See Also

Name

public string Name { get; set; }

Property Value

string
See Also

PageID

public int PageID { get; set; }

Property Value

int
See Also

Text

public string Text { get; set; }

Property Value

string
See Also

UpdatedDate

public DateTime UpdatedDate { get; set; }

Property Value

DateTime
See Also

See Also

To top