Show / Hide Table of Contents

Class FolderTypeSettingConfig

Inheritance
object
FolderTypeSettingConfig
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 FolderTypeSettingConfig

Constructors

FolderTypeSettingConfig()

Declaration
public FolderTypeSettingConfig()

Properties

Encrypt

Declaration
public bool Encrypt { get; set; }
Property Value
Type Description
bool

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
string

Value

Declaration
public string Value { get; set; }
Property Value
Type Description
string

Extension Methods

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