Show / Hide Table of Contents

Class DnnFileUploadOptions

Inheritance
object
DnnFileUploadOptions
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Web.UI.WebControls
Assembly: DotNetNuke.Web.dll
Syntax
[DataContract]
public class DnnFileUploadOptions

Constructors

DnnFileUploadOptions()

Declaration
public DnnFileUploadOptions()

Fields

ClientId

Declaration
[DataMember(Name = "clientId")]
public string ClientId
Field Value
Type Description
string

Extensions

Declaration
[DataMember(Name = "extensions")]
public List<string> Extensions
Field Value
Type Description
List<string>

FolderPath

Declaration
[DataMember(Name = "folderPath")]
public string FolderPath
Field Value
Type Description
string

FolderPicker

Declaration
[DataMember(Name = "folderPicker")]
public DnnDropDownListOptions FolderPicker
Field Value
Type Description
DnnDropDownListOptions

Height

Declaration
[DataMember(Name = "height")]
public int Height
Field Value
Type Description
int

MaxFileSize

Declaration
[DataMember(Name = "maxFileSize")]
public int MaxFileSize
Field Value
Type Description
int

MaxFiles

Declaration
[DataMember(Name = "maxFiles")]
public int MaxFiles
Field Value
Type Description
int

ModuleId

Declaration
[DataMember(Name = "moduleId")]
public string ModuleId
Field Value
Type Description
string

ParentClientId

Declaration
[DataMember(Name = "parentClientId")]
public string ParentClientId
Field Value
Type Description
string

Resources

Declaration
[DataMember(Name = "resources")]
public DnnFileUploadResources Resources
Field Value
Type Description
DnnFileUploadResources

ShowOnStartup

Declaration
[DataMember(Name = "showOnStartup")]
public bool ShowOnStartup
Field Value
Type Description
bool

Width

Declaration
[DataMember(Name = "width")]
public int Width
Field Value
Type Description
int

Properties

Parameters

Declaration
[DataMember(Name = "parameters")]
public Dictionary<string, string> Parameters { get; }
Property Value
Type Description
Dictionary<string, string>

ValidationCode

Declaration
[DataMember(Name = "validationCode")]
public string ValidationCode { get; }
Property Value
Type Description
string

Extension Methods

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