C# Class OurUmbraco.MarketPlace.Providers.PackageExtraction

Exibir arquivo Open project: umbraco/OurUmbraco Class Usage Examples

Public Methods

Method Description
ReadTextFileFromArchive ( string packageFilePath, string fileToRead ) : string

Private Methods

Method Description
CheckPackageExists ( string packageFilePath ) : void
ReadZipfileEntries ( string packageFilePath, Func entryFunc, bool skipsDirectories = true ) : void

Method Details

ReadTextFileFromArchive() public method

public ReadTextFileFromArchive ( string packageFilePath, string fileToRead ) : string
packageFilePath string
fileToRead string
return string