C# 클래스 Carrotware.CMS.Mvc.UI.Admin.Models.SiteImportNativeModel

파일 보기 프로젝트 열기: ninianne98/CarrotCakeCMS-MVC 1 사용 예제들

공개 메소드들

메소드 설명
ImportStuff ( ) : void
SiteImportNativeModel ( ) : System
SiteImportNativeModel ( System.Guid importId ) : System

보호된 메소드들

메소드 설명
GetFileInfoFromList ( SiteData site, string sFilename ) : Carrotware.CMS.Core.BasicContentData
GetHomePage ( SiteData site ) : SiteNav

비공개 메소드들

메소드 설명
FindUser ( System.Guid userId ) : System.Guid
SetMsg ( string sMessage ) : void

메소드 상세

GetFileInfoFromList() 보호된 메소드

protected GetFileInfoFromList ( SiteData site, string sFilename ) : Carrotware.CMS.Core.BasicContentData
site Carrotware.CMS.Core.SiteData
sFilename string
리턴 Carrotware.CMS.Core.BasicContentData

GetHomePage() 보호된 메소드

protected GetHomePage ( SiteData site ) : SiteNav
site Carrotware.CMS.Core.SiteData
리턴 Carrotware.CMS.Core.SiteNav

ImportStuff() 공개 메소드

public ImportStuff ( ) : void
리턴 void

SiteImportNativeModel() 공개 메소드

public SiteImportNativeModel ( ) : System
리턴 System

SiteImportNativeModel() 공개 메소드

public SiteImportNativeModel ( System.Guid importId ) : System
importId System.Guid
리턴 System