Class FileUploadController.FileUploadDto
Inheritance
FileUploadController.FileUploadDto
Assembly: DotNetNuke.Web.dll
Syntax
[DataContract]
public class FileUploadController.FileUploadDto
Constructors
FileUploadDto()
Declaration
Properties
AlreadyExists
Declaration
[DataMember(Name = "alreadyExists")]
public bool AlreadyExists { get; set; }
Property Value
FileIconUrl
Declaration
[DataMember(Name = "fileIconUrl")]
public string FileIconUrl { get; set; }
Property Value
FileId
Declaration
[DataMember(Name = "fileId")]
public int FileId { get; set; }
Property Value
FileName
Declaration
[DataMember(Name = "fileName")]
public string FileName { get; set; }
Property Value
Message
Declaration
[DataMember(Name = "message")]
public string Message { get; set; }
Property Value
Orientation
Declaration
[DataMember(Name = "orientation")]
public Orientation Orientation { get; set; }
Property Value
Path
Declaration
[DataMember(Name = "path")]
public string Path { get; set; }
Property Value
Prompt
Declaration
[DataMember(Name = "prompt")]
public string Prompt { get; set; }
Property Value
Extension Methods