Show / Hide Table of Contents

Class FolderTypeConfig

Inheritance
object
FolderTypeConfig
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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>

Extension Methods

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