Class FolderMappingsConfigController
Inheritance
FolderMappingsConfigController
Assembly: DotNetNuke.dll
Syntax
public class FolderMappingsConfigController : ServiceLocator<IFolderMappingsConfigController, FolderMappingsConfigController>, IFolderMappingsConfigController
Constructors
FolderMappingsConfigController()
Declaration
public FolderMappingsConfigController()
Properties
ConfigNode
Declaration
public string ConfigNode { get; }
Property Value
FolderTypes
Declaration
public IList<FolderTypeConfig> FolderTypes { get; }
Property Value
Methods
GetFactory()
Declaration
protected override Func<IFolderMappingsConfigController> GetFactory()
Returns
Overrides
GetFolderMapping(int, string)
Declaration
public FolderMappingInfo GetFolderMapping(int portalId, string folderPath)
Parameters
Type |
Name |
Description |
int |
portalId |
|
string |
folderPath |
|
Returns
LoadConfig()
Declaration
SaveConfig(string)
Declaration
public void SaveConfig(string folderMappinsSettings)
Parameters
Type |
Name |
Description |
string |
folderMappinsSettings |
|
Implements
Extension Methods