C# Class SIM.Pipelines.Install.InstallArgs

Inheritance: SIM.Pipelines.Processors.ProcessorArgs
Show file Open project: Sitecore/Sitecore-Instance-Manager Class Usage Examples

Public Properties

Property Type Description
ForceNetFramework4 bool
InstallDictionaries bool
InstallRadControls bool
Is32Bit bool
IsClassic bool

Private Properties

Property Type Description

Public Methods

Method Description
InstallArgs ( [ name, [ host, [ product, [ webRootPath, [ dataFolderPath, [ databasesFolderPath, [ connectionString, [ sqlServerIdentity, [ webServerIdentity, [ license, bool forceNetFramework4, bool is32Bit, bool isClassic, bool installRadControls, bool installDictionaries, bool serverSideRedirect, bool increaseExecutionTimeout, [ rootPath, [ modules ) : System.Collections.Generic
InstallArgs ( [ name, [ host, [ product, [ rootPath, [ connectionString, [ sqlServerIdentity, [ webServerIdentity, [ license, bool forceNetFramework4, bool is32Bit, bool isClassic, bool installRadControls, bool installDictionaries, bool serverSideRedirect, bool increaseExecutionTimeout, [ modules ) : System.Collections.Generic

Method Details

InstallArgs() public method

public InstallArgs ( [ name, [ host, [ product, [ webRootPath, [ dataFolderPath, [ databasesFolderPath, [ connectionString, [ sqlServerIdentity, [ webServerIdentity, [ license, bool forceNetFramework4, bool is32Bit, bool isClassic, bool installRadControls, bool installDictionaries, bool serverSideRedirect, bool increaseExecutionTimeout, [ rootPath, [ modules ) : System.Collections.Generic
name [
host [
product [
webRootPath [
dataFolderPath [
databasesFolderPath [
connectionString [
sqlServerIdentity [
webServerIdentity [
license [
forceNetFramework4 bool
is32Bit bool
isClassic bool
installRadControls bool
installDictionaries bool
serverSideRedirect bool
increaseExecutionTimeout bool
rootPath [
modules [
return System.Collections.Generic

InstallArgs() public method

public InstallArgs ( [ name, [ host, [ product, [ rootPath, [ connectionString, [ sqlServerIdentity, [ webServerIdentity, [ license, bool forceNetFramework4, bool is32Bit, bool isClassic, bool installRadControls, bool installDictionaries, bool serverSideRedirect, bool increaseExecutionTimeout, [ modules ) : System.Collections.Generic
name [
host [
product [
rootPath [
connectionString [
sqlServerIdentity [
webServerIdentity [
license [
forceNetFramework4 bool
is32Bit bool
isClassic bool
installRadControls bool
installDictionaries bool
serverSideRedirect bool
increaseExecutionTimeout bool
modules [
return System.Collections.Generic

Property Details

ForceNetFramework4 public property

public bool ForceNetFramework4
return bool

InstallDictionaries public property

public bool InstallDictionaries
return bool

InstallRadControls public property

public bool InstallRadControls
return bool

Is32Bit public property

public bool Is32Bit
return bool

IsClassic public property

public bool IsClassic
return bool