Table of Contents

Class SwiftPosterInfoViewModel

Namespace
Dynamicweb.Examples.Rendering
Assembly
Dynamicweb.Examples.dll
[AddInName("MultiPurposeParagraphInfo")]
public class SwiftPosterInfoViewModel : ParagraphInfoViewModel
Inheritance
SwiftPosterInfoViewModel
Inherited Members

Properties

Name

Take over default property of the base viewmodel. Suitable to change default behavior
public string Name { get; }

Property Value

string

NameOrTile

Addtional data property available in template. Suitable for additional data
public string NameOrTile { get; }

Property Value

string

Methods

GetPosterPadding()

Method to call from template using data from the model instance. Suitable for rendering logic
public string GetPosterPadding()

Returns

string
To top