C# 클래스 SIM.Pipelines.UpdateWebConfigHelper

파일 보기 프로젝트 열기: Sitecore/Sitecore-Instance-Manager

공개 메소드들

메소드 설명
GetHttpRuntime ( XmlDocument configuration, bool createIfMissing = false ) : XmlElement
Process ( [ rootFolderPath, [ webRootPath, [ dataFolder, bool serverSideRedirect, bool increaseExecutionTimeout ) : void

비공개 메소드들

메소드 설명
CreateIncludeFile ( [ rootFolderPath, [ includeFileName, [ settings ) : void

메소드 상세

GetHttpRuntime() 공개 정적인 메소드

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

Process() 공개 정적인 메소드

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