C# 클래스 Frapid.WebsiteBuilder.Models.Themes.ThemeUploader

파일 보기 프로젝트 열기: frapid/frapid 1 사용 예제들

공개 메소드들

메소드 설명
CopyTheme ( string tenant ) : void
Install ( string tenant ) : Frapid.WebsiteBuilder.Models.Themes.ThemeInfo
ThemeUploader ( Uri downloadUrl ) : System
ThemeUploader ( string tenant, System.Web.HttpPostedFileBase postedFile ) : System

비공개 메소드들

메소드 설명
Download ( ) : void
ExtractTheme ( ) : void
GetUploadDirectory ( string tenant ) : string
SetUploadPaths ( ) : void
Upload ( ) : void
Validate ( ) : bool

메소드 상세

CopyTheme() 공개 메소드

public CopyTheme ( string tenant ) : void
tenant string
리턴 void

Install() 공개 메소드

public Install ( string tenant ) : Frapid.WebsiteBuilder.Models.Themes.ThemeInfo
tenant string
리턴 Frapid.WebsiteBuilder.Models.Themes.ThemeInfo

ThemeUploader() 공개 메소드

public ThemeUploader ( Uri downloadUrl ) : System
downloadUrl System.Uri
리턴 System

ThemeUploader() 공개 메소드

public ThemeUploader ( string tenant, System.Web.HttpPostedFileBase postedFile ) : System
tenant string
postedFile System.Web.HttpPostedFileBase
리턴 System