ProfileSeo Class
Assembly: PTS.Modules.ProfileSeoExtension.dll
Syntax
public class ProfileSeo : ISeoData
Inheritance
System.Object
ProfileSeo
Properties
AlternateLanguage
Declaration
public virtual string AlternateLanguage { get; set; }
Property Value
Type |
Description |
System.String |
|
AlternateUrl
Declaration
public virtual string AlternateUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
CanonicalUrl
Declaration
public virtual string CanonicalUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
Description
Declaration
public virtual string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
Follow
Declaration
public virtual bool Follow { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Hostname
Declaration
public virtual Hostname Hostname { get; set; }
Property Value
HostnameId
Declaration
public virtual long HostnameId { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
HostnameOwnerId
Declaration
public virtual long HostnameOwnerId { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
Index
Declaration
public virtual bool Index { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Keywords
Declaration
public virtual string Keywords { get; set; }
Property Value
Type |
Description |
System.String |
|
Language
Declaration
public virtual string Language { get; set; }
Property Value
Type |
Description |
System.String |
|
Profile
Declaration
public virtual Profile Profile { get; set; }
Property Value
ProfileId
Declaration
public virtual long ProfileId { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
ProfileIdOwnerId
Declaration
public virtual long ProfileIdOwnerId { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
RedirectUrl
Declaration
public virtual string RedirectUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
RevisitAfter
Declaration
public virtual string RevisitAfter { get; set; }
Property Value
Type |
Description |
System.String |
|
Title
Declaration
public virtual string Title { get; set; }
Property Value
Type |
Description |
System.String |
|
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Extension Methods