Table of Contents

Class GroupMetaData

Namespace
Dynamicweb.Ecommerce.Products
Assembly
Dynamicweb.Ecommerce.dll
Represents information about meta data.
[Serializable]
public class GroupMetaData
Inheritance
GroupMetaData
Inherited Members

Properties

Canonical

Gets or sets the Canonical.
public string Canonical { get; set; }

Property Value

string
Canonical.

Examples

For example see GroupMetaData

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.

PrimaryPage

Gets or sets the primary page for this group.
public string PrimaryPage { get; set; }

Property Value

string

PrimaryPageId

Gets the primary page ID.
public int PrimaryPageId { get; }

Property Value

int
The primary page ID if Primary page is set, otherwise 0.

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.

UrlIgnoreParent

Gets or sets if the parent should be ignored in URL.
public bool UrlIgnoreParent { get; set; }

Property Value

bool
URL.
To top