Show / Hide Table of Contents

Interface IFolderMappingsConfigController

Namespace: DotNetNuke.Services.FileSystem.FolderMappings
Assembly: DotNetNuke.dll
Syntax
public interface IFolderMappingsConfigController

Properties

ConfigNode

Declaration
string ConfigNode { get; }
Property Value
Type Description
string

FolderTypes

Declaration
IList<FolderTypeConfig> FolderTypes { get; }
Property Value
Type Description
IList<FolderTypeConfig>

Methods

GetFolderMapping(int, string)

Declaration
FolderMappingInfo GetFolderMapping(int portalId, string folderPath)
Parameters
Type Name Description
int portalId
string folderPath
Returns
Type Description
FolderMappingInfo

LoadConfig()

Declaration
void LoadConfig()

SaveConfig(string)

Declaration
void SaveConfig(string folderMappinsSettings)
Parameters
Type Name Description
string folderMappinsSettings

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS