Show / Hide Table of Contents

Class ExportImportSetting

Inheritance
object
ExportImportSetting
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Dnn.ExportImport.Components.Entities
Assembly: DotNetNuke.SiteExportImport.dll
Syntax
public class ExportImportSetting

Constructors

ExportImportSetting()

Declaration
public ExportImportSetting()

Properties

CreatedByUserId

Declaration
public int CreatedByUserId { get; set; }
Property Value
Type Description
int

SettingIsSecure

Declaration
public bool SettingIsSecure { get; set; }
Property Value
Type Description
bool

SettingName

Declaration
public string SettingName { get; set; }
Property Value
Type Description
string

SettingValue

Declaration
public string SettingValue { get; set; }
Property Value
Type Description
string

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS