C# Class Frapid.WebsiteBuilder.Models.Themes.ThemeUploader

Afficher le fichier Open project: frapid/frapid Class Usage Examples

Méthodes publiques

Méthode Description
CopyTheme ( string tenant ) : void
Install ( string tenant ) : Frapid.WebsiteBuilder.Models.Themes.ThemeInfo
ThemeUploader ( Uri downloadUrl ) : System
ThemeUploader ( string tenant, System.Web.HttpPostedFileBase postedFile ) : System

Private Methods

Méthode Description
Download ( ) : void
ExtractTheme ( ) : void
GetUploadDirectory ( string tenant ) : string
SetUploadPaths ( ) : void
Upload ( ) : void
Validate ( ) : bool

Method Details

CopyTheme() public méthode

public CopyTheme ( string tenant ) : void
tenant string
Résultat void

Install() public méthode

public Install ( string tenant ) : Frapid.WebsiteBuilder.Models.Themes.ThemeInfo
tenant string
Résultat Frapid.WebsiteBuilder.Models.Themes.ThemeInfo

ThemeUploader() public méthode

public ThemeUploader ( Uri downloadUrl ) : System
downloadUrl System.Uri
Résultat System

ThemeUploader() public méthode

public ThemeUploader ( string tenant, System.Web.HttpPostedFileBase postedFile ) : System
tenant string
postedFile System.Web.HttpPostedFileBase
Résultat System