Class TabUrlInfo
Class to represent a TabUrl object.
Inheritance
System.Object
TabUrlInfo
Namespace: DotNetNuke.Entities.Tabs
Assembly: DotNetNuke.dll
Syntax
public class TabUrlInfo : object
Constructors
| Improve this Doc View SourceTabUrlInfo()
Initializes a new instance of the TabUrlInfo class.
Declaration
public TabUrlInfo()
Properties
| Improve this Doc View SourceCreatedByUserId
Class to represent a TabUrl object.
Declaration
public int? CreatedByUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
CultureCode
Class to represent a TabUrl object.
Declaration
public string CultureCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
HttpStatus
Class to represent a TabUrl object.
Declaration
public string HttpStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsSystem
Class to represent a TabUrl object.
Declaration
public bool IsSystem { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LastModifiedByUserId
Class to represent a TabUrl object.
Declaration
public int? LastModifiedByUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
PortalAliasId
Class to represent a TabUrl object.
Declaration
public int PortalAliasId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PortalAliasUsage
Class to represent a TabUrl object.
Declaration
public PortalAliasUsageType PortalAliasUsage { get; set; }
Property Value
Type | Description |
---|---|
PortalAliasUsageType |
QueryString
Class to represent a TabUrl object.
Declaration
public string QueryString { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SeqNum
Class to represent a TabUrl object.
Declaration
public int SeqNum { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TabId
Class to represent a TabUrl object.
Declaration
public int TabId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Url
Class to represent a TabUrl object.
Declaration
public string Url { get; set; }
Property Value
Type | Description |
---|---|
System.String |