Class FolderTypeConfig
HostSettingConfig - A class that represents Install/DotNetNuke.Install.Config/Settings.
Inheritance
System.Object
FolderTypeConfig
Namespace: DotNetNuke.Services.FileSystem
Assembly: DotNetNuke.dll
Syntax
public class FolderTypeConfig : object
Constructors
| Improve this Doc View SourceFolderTypeConfig()
Initializes a new instance of the FolderTypeConfig class.
Declaration
public FolderTypeConfig()
Properties
| Improve this Doc View SourceName
HostSettingConfig - A class that represents Install/DotNetNuke.Install.Config/Settings.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Provider
HostSettingConfig - A class that represents Install/DotNetNuke.Install.Config/Settings.
Declaration
public string Provider { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Settings
HostSettingConfig - A class that represents Install/DotNetNuke.Install.Config/Settings.
Declaration
public IList<FolderTypeSettingConfig> Settings { get; set; }
Property Value
Type | Description |
---|---|
IList<FolderTypeSettingConfig> |