SaaS CMS has officially launched! Learn more now.

Class Seo

Implements operations for and represents the catalog object Seo.

Inheritance
System.Object
Seo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.Commerce.Catalog.Objects
Assembly: Mediachase.Commerce.dll
Version: 11.8.3
Syntax
public class Seo

Constructors

Seo()

Declaration
public Seo()

Properties

Description

Gets or sets the description.

Declaration
public string Description { get; set; }
Property Value
Type Description
System.String

The description.

Keywords

Gets or sets the keywords.

Declaration
public string Keywords { get; set; }
Property Value
Type Description
System.String

The keywords.

LanguageCode

Gets or sets the language code.

Declaration
public string LanguageCode { get; set; }
Property Value
Type Description
System.String

The language code.

Title

Gets or sets the title.

Declaration
public string Title { get; set; }
Property Value
Type Description
System.String

The title.

Uri

Gets or sets the URI.

Declaration
public string Uri { get; set; }
Property Value
Type Description
System.String

The URI.

UriSegment

Gets or sets the URI segment.

Declaration
public string UriSegment { get; set; }
Property Value
Type Description
System.String

The URI segment.