Show / Hide Table of Contents

Class InstallConfig

Inheritance
object
InstallConfig
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.Upgrade.Internals.InstallConfiguration
Assembly: DotNetNuke.dll
Syntax
public class InstallConfig

Constructors

InstallConfig()

Declaration
public InstallConfig()

Properties

Connection

Declaration
public ConnectionConfig Connection { get; set; }
Property Value
Type Description
ConnectionConfig

FolderMappingsSettings

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

InstallCulture

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

Portals

Declaration
public IList<PortalConfig> Portals { get; set; }
Property Value
Type Description
IList<PortalConfig>

Scripts

Declaration
public IList<string> Scripts { get; set; }
Property Value
Type Description
IList<string>

Settings

Declaration
public IList<HostSettingConfig> Settings { get; set; }
Property Value
Type Description
IList<HostSettingConfig>

SuperUser

Declaration
public SuperUserConfig SuperUser { get; set; }
Property Value
Type Description
SuperUserConfig

SupportLocalization

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

Version

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

Extension Methods

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