Show / Hide Table of Contents

Class FileUploadController.UploadByUrlDto

Inheritance
object
FileUploadController.UploadByUrlDto
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.UploadByUrlDto

Constructors

UploadByUrlDto()

Declaration
public UploadByUrlDto()

Properties

Filter

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

Folder

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

IsHostMenu

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

Overwrite

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

PortalId

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

Unzip

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

Url

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

ValidationCode

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

Extension Methods

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