C# 클래스 ToSic.SexyContent.ImportExport.ZipExport

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

공개 프로퍼티들

프로퍼티 타입 설명
FileManager FileManager

공개 메소드들

메소드 설명
ExportApp ( bool includeContentGroups = false, bool resetAppGuid = false ) : MemoryStream
ExportForSourceControl ( bool includeContentGroups = false, bool resetAppGuid = false ) : void
ZipExport ( int zoneId, int appId ) : System
ZipFolder ( string rootFolder, string currentFolder, ZipOutputStream zStream ) : void

비공개 메소드들

메소드 설명
AddFileToZip ( ZipOutputStream zStream, string relativePath, string file ) : void
AddInstructionsToPackageFolder ( string targetPath ) : void

This adds various files to an app-package, so anybody who gets such a package is informed as to what they must do with it.

GenerateExportXml ( bool includeContentGroups, bool resetAppGuid ) : XmlExporter

메소드 상세

ExportApp() 공개 메소드

public ExportApp ( bool includeContentGroups = false, bool resetAppGuid = false ) : MemoryStream
includeContentGroups bool
resetAppGuid bool
리턴 System.IO.MemoryStream

ExportForSourceControl() 공개 메소드

public ExportForSourceControl ( bool includeContentGroups = false, bool resetAppGuid = false ) : void
includeContentGroups bool
resetAppGuid bool
리턴 void

ZipExport() 공개 메소드

public ZipExport ( int zoneId, int appId ) : System
zoneId int
appId int
리턴 System

ZipFolder() 공개 정적인 메소드

public static ZipFolder ( string rootFolder, string currentFolder, ZipOutputStream zStream ) : void
rootFolder string
currentFolder string
zStream ICSharpCode.SharpZipLib.Zip.ZipOutputStream
리턴 void

프로퍼티 상세

FileManager 공개적으로 프로퍼티

public FileManager,ToSic.SexyContent.ImportExport FileManager
리턴 FileManager