C# 클래스 ToSic.SexyContent.Internal.DnnStuffToRefactor

파일 보기 프로젝트 열기: 2sic/2sxc 1 사용 예제들

공개 메소드들

메소드 설명
EnsurePortalIsConfigured ( SxcInstance sxc, HttpServerUtility server, string controlPath ) : void

Returns true if the Portal HomeDirectory Contains the 2sxc Folder and this folder contains the web.config and a Content folder

TryToGetReliableSetting ( DotNetNuke.Entities.Modules.ModuleInfo module, string settingName ) : string
UpdateModuleSettingForAllLanguages ( int moduleId, string key, string value ) : void

Update a setting for all language-versions of a module

메소드 상세

EnsurePortalIsConfigured() 공개 메소드

Returns true if the Portal HomeDirectory Contains the 2sxc Folder and this folder contains the web.config and a Content folder
public EnsurePortalIsConfigured ( SxcInstance sxc, HttpServerUtility server, string controlPath ) : void
sxc SxcInstance
server System.Web.HttpServerUtility
controlPath string
리턴 void

TryToGetReliableSetting() 공개 정적인 메소드

public static TryToGetReliableSetting ( DotNetNuke.Entities.Modules.ModuleInfo module, string settingName ) : string
module DotNetNuke.Entities.Modules.ModuleInfo
settingName string
리턴 string

UpdateModuleSettingForAllLanguages() 공개 정적인 메소드

Update a setting for all language-versions of a module
public static UpdateModuleSettingForAllLanguages ( int moduleId, string key, string value ) : void
moduleId int
key string
value string
리턴 void