Show / Hide Table of Contents

Class FileUploadController.FolderItemDTO

Inheritance
object
FileUploadController.FolderItemDTO
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Web.InternalServices
Assembly: DotNetNuke.Web.dll
Syntax
public class FileUploadController.FolderItemDTO

Constructors

FolderItemDTO()

Declaration
public FolderItemDTO()

Properties

FileFilter

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

FolderId

Declaration
public int FolderId { get; set; }
Property Value
Type Description
int

Required

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

Extension Methods

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