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
PageId
Gets the page id.
public int PageId { get; }
Property Value
ParagraphId
Gets the paragraph id.
public int ParagraphId { get; }
Property Value
Url
Gets the URL.
public string Url { get; }