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

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

공개 메소드들

메소드 설명
ResourceUploader ( System.Web.HttpPostedFileBase postedFile, string themeName, string container ) : System
Upload ( string tenant ) : void

메소드 상세

ResourceUploader() 공개 메소드

public ResourceUploader ( System.Web.HttpPostedFileBase postedFile, string themeName, string container ) : System
postedFile System.Web.HttpPostedFileBase
themeName string
container string
리턴 System

Upload() 공개 메소드

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