Class ExportTabInfo
Inheritance
System.Object
ExportTabInfo
Assembly: DotNetNuke.SiteExportImport.Library.dll
Syntax
public class ExportTabInfo : object
Properties
|
Improve this Doc
View Source
ParentID
Declaration
public int ParentID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
TabID
Declaration
public int TabID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
TabName
Declaration
public string TabName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TabPath
Declaration
public string TabPath { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods