Table of Contents

Class ProductMetaData

Namespace
Dynamicweb.Ecommerce.Products
Assembly
Dynamicweb.Ecommerce.dll

Represents information about meta data.

[Serializable]
public class ProductMetaData
Inheritance
ProductMetaData
Inherited Members

Properties

Canonical

Gets or sets the Canonical.

public string Canonical { get; set; }

Property Value

string

Canonical.

Examples

For example see ProductMetaData

Description

Gets or sets the description.

public string Description { get; set; }

Property Value

string

Description.

Keywords

Gets or sets the keywords.

public string Keywords { get; set; }

Property Value

string

Keywords.

Title

Gets or sets the title.

public string Title { get; set; }

Property Value

string

The title.

Url

Gets or sets the URL.

public string Url { get; set; }

Property Value

string

URL.

To top