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
- See Also
GlobalID
public int GlobalID { get; set; }
Property Value
- See Also
ID
public int ID { get; set; }
Property Value
- See Also
Image
public string Image { get; set; }
Property Value
- See Also
ImageAlt
public string ImageAlt { get; set; }
Property Value
- See Also
ImageCaption
public string ImageCaption { get; set; }
Property Value
- See Also
ImageFocalX
public int ImageFocalX { get; set; }
Property Value
- See Also
ImageFocalY
public int ImageFocalY { get; set; }
Property Value
- See Also
ImageHAlign
public string ImageHAlign { get; set; }
Property Value
- See Also
ImageLink
public string ImageLink { get; set; }
Property Value
- See Also
ImageLinkTarget
public string ImageLinkTarget { get; set; }
Property Value
- See Also
ImageVAlign
public string ImageVAlign { get; set; }
Property Value
- See Also
Item
public ItemViewModel Item { get; set; }
Property Value
- See Also
Name
public string Name { get; set; }
Property Value
- See Also
PageID
public int PageID { get; set; }
Property Value
- See Also
Text
public string Text { get; set; }
Property Value
- See Also
UpdatedDate
public DateTime UpdatedDate { get; set; }
Property Value
- See Also