Class FolderTypeConfig
Inherited Members
Namespace: DotNetNuke.Services.FileSystem
Assembly: DotNetNuke.dll
Syntax
public class FolderTypeConfig
Constructors
FolderTypeConfig()
Declaration
public FolderTypeConfig()
Properties
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Provider
Declaration
public string Provider { get; set; }
Property Value
Type | Description |
---|---|
string |
Settings
Declaration
public IList<FolderTypeSettingConfig> Settings { get; set; }
Property Value
Type | Description |
---|---|
IList<FolderTypeSettingConfig> |