Show / Hide Table of Contents

Class TabUrlInfo

Inheritance
object
TabUrlInfo
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Entities.Tabs
Assembly: DotNetNuke.dll
Syntax
public class TabUrlInfo

Constructors

TabUrlInfo()

Declaration
public TabUrlInfo()

Properties

CreatedByUserId

Declaration
public int? CreatedByUserId { get; set; }
Property Value
Type Description
int?

CultureCode

Declaration
public string CultureCode { get; set; }
Property Value
Type Description
string

HttpStatus

Declaration
public string HttpStatus { get; set; }
Property Value
Type Description
string

IsSystem

Declaration
public bool IsSystem { get; set; }
Property Value
Type Description
bool

LastModifiedByUserId

Declaration
public int? LastModifiedByUserId { get; set; }
Property Value
Type Description
int?

PortalAliasId

Declaration
public int PortalAliasId { get; set; }
Property Value
Type Description
int

PortalAliasUsage

Declaration
public PortalAliasUsageType PortalAliasUsage { get; set; }
Property Value
Type Description
PortalAliasUsageType

QueryString

Declaration
public string QueryString { get; set; }
Property Value
Type Description
string

SeqNum

Declaration
public int SeqNum { get; set; }
Property Value
Type Description
int

TabId

Declaration
public int TabId { get; set; }
Property Value
Type Description
int

Url

Declaration
public string Url { get; set; }
Property Value
Type Description
string

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS