Class ExportImportSetting
Inheritance
System.Object
ExportImportSetting
Assembly: DotNetNuke.SiteExportImport.dll
Syntax
public class ExportImportSetting : object
Properties
|
Improve this Doc
View Source
CreatedByUserId
Declaration
public int CreatedByUserId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
SettingIsSecure
Declaration
public bool SettingIsSecure { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
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