Show / Hide Table of Contents

Class FileUploadController.SavedFileDTO

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

Constructors

SavedFileDTO()

Declaration
public SavedFileDTO()

Properties

FileId

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

FilePath

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

Extension Methods

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