Table of Contents

Class WebPageFormerUrlPathInfo

Namespace
CMS.Websites
Assembly
CMS.Websites.dll

Data container class for WebPageFormerUrlPathInfo.

public class WebPageFormerUrlPathInfo : AbstractInfo<WebPageFormerUrlPathInfo, IInfoProvider<WebPageFormerUrlPathInfo>>, IExtensible, IInfo, IAdvancedDataContainer, ICMSObject, IHierarchicalDataContainer, IDataContainer, ISimpleDataContainer, IVirtualHierarchicalObject, IHierarchicalObject, INameIndexable, IMacroObject, IInfoWithId
Inheritance
object
WebPageFormerUrlPathInfo
Implements
Inherited Members
Extension Methods

Remarks

This API supports the framework infrastructure and is not intended to be used directly from your code.

Constructors

WebPageFormerUrlPathInfo()

Creates an empty instance of the WebPageFormerUrlPathInfo class.

public WebPageFormerUrlPathInfo()

WebPageFormerUrlPathInfo(DataRow)

Creates a new instances of the WebPageFormerUrlPathInfo class from the given System.Data.DataRow.

public WebPageFormerUrlPathInfo(DataRow dr)

Parameters

dr DataRow

DataRow with the object data.

Fields

OBJECT_TYPE

Object type.

public const string OBJECT_TYPE = "cms.webpageformerurlpath"

Field Value

string

TYPEINFO

Type information.

public static readonly ObjectTypeInfo TYPEINFO

Field Value

ObjectTypeInfo

Properties

WebPageFormerUrlPath

Web page former URL path.

[DatabaseField]
public virtual string WebPageFormerUrlPath { get; set; }

Property Value

string

WebPageFormerUrlPathContentLanguageID

Web page former URL path language ID.

[DatabaseField]
public virtual int WebPageFormerUrlPathContentLanguageID { get; set; }

Property Value

int

WebPageFormerUrlPathGUID

Web page former URL path GUID.

[DatabaseField]
public virtual Guid WebPageFormerUrlPathGUID { get; set; }

Property Value

Guid

WebPageFormerUrlPathHash

Web page former URL path hash.

[DatabaseField]
public virtual string WebPageFormerUrlPathHash { get; set; }

Property Value

string

WebPageFormerUrlPathID

Web page former URL ID.

[DatabaseField]
public virtual int WebPageFormerUrlPathID { get; set; }

Property Value

int

WebPageFormerUrlPathIsRedirect

Indicates whether the former URL path is redirect.

[DatabaseField]
public virtual bool WebPageFormerUrlPathIsRedirect { get; set; }

Property Value

bool

WebPageFormerUrlPathIsRedirectScheduled

Indicates whether the former URL path is scheduled redirect.

[DatabaseField]
public virtual bool WebPageFormerUrlPathIsRedirectScheduled { get; set; }

Property Value

bool

WebPageFormerUrlPathLastModified

Web page former URL path last modified.

[DatabaseField]
public virtual DateTime WebPageFormerUrlPathLastModified { get; set; }

Property Value

DateTime

WebPageFormerUrlPathSourceWebPageItemID

Source web page item ID.

[DatabaseField]
public virtual int WebPageFormerUrlPathSourceWebPageItemID { get; set; }

Property Value

int

WebPageFormerUrlPathWebPageItemID

Web page item ID.

[DatabaseField]
public virtual int WebPageFormerUrlPathWebPageItemID { get; set; }

Property Value

int

WebPageFormerUrlPathWebsiteChannelID

Website channel ID.

[DatabaseField]
public virtual int WebPageFormerUrlPathWebsiteChannelID { get; set; }

Property Value

int

Methods

DeleteObject()

Deletes the object using appropriate provider.

protected override void DeleteObject()

GetExistingWhereCondition()

Gets a where condition to find an existing object based on current object

protected override WhereCondition GetExistingWhereCondition()

Returns

WhereCondition

LoadDefaultData()

Loads the default data to the object.

protected override void LoadDefaultData()

SetObject()

Updates the object using appropriate provider.

protected override void SetObject()