Table of Contents

Class ShowOnParagraphInfo

Namespace
Dynamicweb.Ecommerce.Frontend
Assembly
Dynamicweb.Ecommerce.dll

Represents the ShowOnParagraphInfo

public class ShowOnParagraphInfo
Inheritance
ShowOnParagraphInfo
Inherited Members

Constructors

ShowOnParagraphInfo(string)

Initializes a new instance of the class.

public ShowOnParagraphInfo(string url)

Parameters

url string

The URL.

Properties

LinkManagerUrl

Gets the link manager URL.

public string LinkManagerUrl { get; }

Property Value

string

PageId

Gets the page id.

public int PageId { get; }

Property Value

int

ParagraphId

Gets the paragraph id.

public int ParagraphId { get; }

Property Value

int

Url

Gets the URL.

public string Url { get; }

Property Value

string
To top