Show / Hide Table of Contents

Class FileUploadController.FileUploadDto

Inheritance
object
FileUploadController.FileUploadDto
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
[DataContract]
public class FileUploadController.FileUploadDto

Constructors

FileUploadDto()

Declaration
public FileUploadDto()

Properties

AlreadyExists

Declaration
[DataMember(Name = "alreadyExists")]
public bool AlreadyExists { get; set; }
Property Value
Type Description
bool

FileIconUrl

Declaration
[DataMember(Name = "fileIconUrl")]
public string FileIconUrl { get; set; }
Property Value
Type Description
string

FileId

Declaration
[DataMember(Name = "fileId")]
public int FileId { get; set; }
Property Value
Type Description
int

FileName

Declaration
[DataMember(Name = "fileName")]
public string FileName { get; set; }
Property Value
Type Description
string

Message

Declaration
[DataMember(Name = "message")]
public string Message { get; set; }
Property Value
Type Description
string

Orientation

Declaration
[DataMember(Name = "orientation")]
public Orientation Orientation { get; set; }
Property Value
Type Description
Orientation

Path

Declaration
[DataMember(Name = "path")]
public string Path { get; set; }
Property Value
Type Description
string

Prompt

Declaration
[DataMember(Name = "prompt")]
public string Prompt { get; set; }
Property Value
Type Description
string

Extension Methods

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