C# Class SIM.Pipelines.UpdateWebConfigHelper

显示文件 Open project: Sitecore/Sitecore-Instance-Manager

Public Methods

Method Description
GetHttpRuntime ( XmlDocument configuration, bool createIfMissing = false ) : XmlElement
Process ( [ rootFolderPath, [ webRootPath, [ dataFolder, bool serverSideRedirect, bool increaseExecutionTimeout ) : void

Private Methods

Method Description
CreateIncludeFile ( [ rootFolderPath, [ includeFileName, [ settings ) : void

Method Details

GetHttpRuntime() public static method

public static GetHttpRuntime ( XmlDocument configuration, bool createIfMissing = false ) : XmlElement
configuration System.Xml.XmlDocument
createIfMissing bool
return System.Xml.XmlElement

Process() public static method

public static Process ( [ rootFolderPath, [ webRootPath, [ dataFolder, bool serverSideRedirect, bool increaseExecutionTimeout ) : void
rootFolderPath [
webRootPath [
dataFolder [
serverSideRedirect bool
increaseExecutionTimeout bool
return void