Метод | Описание | |
---|---|---|
EnsurePortalIsConfigured ( SxcInstance sxc, |
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
|
public EnsurePortalIsConfigured ( SxcInstance sxc, |
||
sxc | SxcInstance | |
server | ||
controlPath | string | |
Результат | void |
public static TryToGetReliableSetting ( DotNetNuke.Entities.Modules.ModuleInfo module, string settingName ) : string | ||
module | DotNetNuke.Entities.Modules.ModuleInfo | |
settingName | string | |
Результат | string |
public static UpdateModuleSettingForAllLanguages ( int moduleId, string key, string value ) : void | ||
moduleId | int | |
key | string | |
value | string | |
Результат | void |