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

Afficher le fichier Open project: ninianne98/CarrotCakeCMS-MVC Class Usage Examples

Protected Properties

Свойство Type Description
helpFile FileDataHelper

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
AjaxFileUploadModel ( ) : System
UploadFile ( System.Web.HttpPostedFileBase postedFile ) : string

Méthodes protégées

Méthode Description
SetSitePath ( string sPath ) : string

Method Details

AjaxFileUploadModel() public méthode

public AjaxFileUploadModel ( ) : System
Résultat System

SetSitePath() protected méthode

protected SetSitePath ( string sPath ) : string
sPath string
Résultat string

UploadFile() public méthode

public UploadFile ( System.Web.HttpPostedFileBase postedFile ) : string
postedFile System.Web.HttpPostedFileBase
Résultat string

Property Details

helpFile protected_oe property

protected FileDataHelper helpFile
Résultat FileDataHelper