Class FileUploadController.SavedFileDTO
Inherited Members
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 |