Class ExportTabUrl
Inheritance
System.Object
ExportTabUrl
Assembly: DotNetNuke.SiteExportImport.Library.dll
Syntax
public class ExportTabUrl : BasicExportImportDto
Properties
|
Improve this Doc
View Source
CreatedByUserID
Declaration
public int? CreatedByUserID { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
CreatedByUserName
Declaration
public string CreatedByUserName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
CreatedOnDate
Declaration
public DateTime? CreatedOnDate { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTime> |
|
|
Improve this Doc
View Source
CultureCode
Declaration
public string CultureCode { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
HTTPAlias
Declaration
public string HTTPAlias { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
HttpStatus
Declaration
public string HttpStatus { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
IsSystem
Declaration
public bool IsSystem { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
LastModifiedByUserID
Declaration
public int? LastModifiedByUserID { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
LastModifiedByUserName
Declaration
public string LastModifiedByUserName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
LastModifiedOnDate
Declaration
public DateTime? LastModifiedOnDate { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTime> |
|
|
Improve this Doc
View Source
PortalAliasId
Declaration
public int? PortalAliasId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
PortalAliasUsage
Declaration
public int? PortalAliasUsage { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
QueryString
Declaration
public string QueryString { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SeqNum
Declaration
public int SeqNum { 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
Url
Declaration
public string Url { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods