Class ExportPortalSetting
Inheritance
System.Object
ExportPortalSetting
Assembly: DotNetNuke.SiteExportImport.Library.dll
Syntax
public class ExportPortalSetting : 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
IsSecure
Declaration
public bool IsSecure { 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
PortalSettingId
Declaration
public int PortalSettingId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
SettingName
Declaration
public string SettingName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SettingValue
Declaration
public string SettingValue { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods