C# 클래스 Carrotware.CMS.Core.SiteExport

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

공개 메소드들

메소드 설명
FindImportUser ( Carrotware.CMS.Core.SiteExportUser u ) : System.Guid
LoadComments ( ) : void
SiteExport ( ) : System
SiteExport ( System.Guid siteID ) : System
SiteExport ( System.Guid siteID, ExportType exportWhat ) : System
SiteExport ( SiteData s, List pages ) : System

비공개 메소드들

메소드 설명
SetVals ( SiteData s, List pages ) : void

메소드 상세

FindImportUser() 공개 메소드

public FindImportUser ( Carrotware.CMS.Core.SiteExportUser u ) : System.Guid
u Carrotware.CMS.Core.SiteExportUser
리턴 System.Guid

LoadComments() 공개 메소드

public LoadComments ( ) : void
리턴 void

SiteExport() 공개 메소드

public SiteExport ( ) : System
리턴 System

SiteExport() 공개 메소드

public SiteExport ( System.Guid siteID ) : System
siteID System.Guid
리턴 System

SiteExport() 공개 메소드

public SiteExport ( System.Guid siteID, ExportType exportWhat ) : System
siteID System.Guid
exportWhat ExportType
리턴 System

SiteExport() 공개 메소드

public SiteExport ( SiteData s, List pages ) : System
s SiteData
pages List
리턴 System