Class FolderTypeSettingConfig
HostSettingConfig - A class that represents Install/DotNetNuke.Install.Config/Settings.
Inheritance
System.Object
FolderTypeSettingConfig
Namespace: DotNetNuke.Services.FileSystem
Assembly: DotNetNuke.dll
Syntax
public class FolderTypeSettingConfig : object
Properties
| Improve this Doc View SourceEncrypt
HostSettingConfig - A class that represents Install/DotNetNuke.Install.Config/Settings.
Declaration
public bool Encrypt { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
HostSettingConfig - A class that represents Install/DotNetNuke.Install.Config/Settings.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Value
HostSettingConfig - A class that represents Install/DotNetNuke.Install.Config/Settings.
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |