C# Class SIM.Pipelines.Install.InstallArgs

Inheritance: SIM.Pipelines.Processors.ProcessorArgs
Afficher le fichier Open project: Sitecore/Sitecore-Instance-Manager Class Usage Examples

Méthodes publiques

Свойство Type Description
ForceNetFramework4 bool
InstallDictionaries bool
InstallRadControls bool
Is32Bit bool
IsClassic bool

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

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 [
Résultat System.Collections.Generic

InstallArgs() public méthode

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 [
Résultat System.Collections.Generic

Property Details

ForceNetFramework4 public_oe property

public bool ForceNetFramework4
Résultat bool

InstallDictionaries public_oe property

public bool InstallDictionaries
Résultat bool

InstallRadControls public_oe property

public bool InstallRadControls
Résultat bool

Is32Bit public_oe property

public bool Is32Bit
Résultat bool

IsClassic public_oe property

public bool IsClassic
Résultat bool