Class Seo
Implements operations for and represents the catalog object Seo.
Inheritance
System.Object
Seo
Namespace: Mediachase.Commerce.Catalog.Objects
Assembly: Mediachase.Commerce.dll
Version: 14.26.0Syntax
public class Seo : Object
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. |