C# 클래스 OurUmbraco.MarketPlace.Providers.PackageExtraction

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

공개 메소드들

메소드 설명
ReadTextFileFromArchive ( string packageFilePath, string fileToRead ) : string

비공개 메소드들

메소드 설명
CheckPackageExists ( string packageFilePath ) : void
ReadZipfileEntries ( string packageFilePath, Func entryFunc, bool skipsDirectories = true ) : void

메소드 상세

ReadTextFileFromArchive() 공개 메소드

public ReadTextFileFromArchive ( string packageFilePath, string fileToRead ) : string
packageFilePath string
fileToRead string
리턴 string