Class TabUrlInfo
Assembly: DotNetNuke.dll
Syntax
Constructors
TabUrlInfo()
Declaration
Properties
CreatedByUserId
Declaration
public int? CreatedByUserId { get; set; }
Property Value
CultureCode
Declaration
public string CultureCode { get; set; }
Property Value
HttpStatus
Declaration
public string HttpStatus { get; set; }
Property Value
IsSystem
Declaration
public bool IsSystem { get; set; }
Property Value
LastModifiedByUserId
Declaration
public int? LastModifiedByUserId { get; set; }
Property Value
PortalAliasId
Declaration
public int PortalAliasId { get; set; }
Property Value
PortalAliasUsage
Declaration
public PortalAliasUsageType PortalAliasUsage { get; set; }
Property Value
QueryString
Declaration
public string QueryString { get; set; }
Property Value
SeqNum
Declaration
public int SeqNum { get; set; }
Property Value
TabId
Declaration
public int TabId { get; set; }
Property Value
Url
Declaration
public string Url { get; set; }
Property Value
Extension Methods