C# Class Carrotware.CMS.Mvc.UI.Admin.Models.AjaxFileUploadModel

Show file Open project: ninianne98/CarrotCakeCMS-MVC Class Usage Examples

Protected Properties

Property Type Description
helpFile FileDataHelper

Private Properties

Property Type Description

Public Methods

Method Description
AjaxFileUploadModel ( ) : System
UploadFile ( System.Web.HttpPostedFileBase postedFile ) : string

Protected Methods

Method Description
SetSitePath ( string sPath ) : string

Method Details

AjaxFileUploadModel() public method

public AjaxFileUploadModel ( ) : System
return System

SetSitePath() protected method

protected SetSitePath ( string sPath ) : string
sPath string
return string

UploadFile() public method

public UploadFile ( System.Web.HttpPostedFileBase postedFile ) : string
postedFile System.Web.HttpPostedFileBase
return string

Property Details

helpFile protected property

protected FileDataHelper helpFile
return FileDataHelper