Class TabAliasSkinInfo
Class to represent a TabAliasSkinInfo object.
Implements
Inherited Members
Namespace: DotNetNuke.Entities.Tabs
Assembly: DotNetNuke.dll
Syntax
public class TabAliasSkinInfo : BaseEntityInfo, IHydratable
Properties
| Improve this Doc View SourceHttpAlias
Class to represent a TabAliasSkinInfo object.
Declaration
public string HttpAlias { get; set; }
Property Value
Type | Description |
---|---|
System.String |
KeyID
Class to represent a TabAliasSkinInfo object.
Declaration
public int KeyID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PortalAliasId
Class to represent a TabAliasSkinInfo object.
Declaration
public int PortalAliasId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SkinSrc
Class to represent a TabAliasSkinInfo object.
Declaration
public string SkinSrc { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TabAliasSkinId
Class to represent a TabAliasSkinInfo object.
Declaration
public int TabAliasSkinId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TabId
Class to represent a TabAliasSkinInfo object.
Declaration
public int TabId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
| Improve this Doc View SourceFill(IDataReader)
Class to represent a TabAliasSkinInfo object.
Declaration
public void Fill(IDataReader dr)
Parameters
Type | Name | Description |
---|---|---|
IDataReader | dr |