C# Class OurUmbraco.MarketPlace.Providers.PackageExtraction

Afficher le fichier Open project: umbraco/OurUmbraco Class Usage Examples

Méthodes publiques

Méthode Description
ReadTextFileFromArchive ( string packageFilePath, string fileToRead ) : string

Private Methods

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

Method Details

ReadTextFileFromArchive() public méthode

public ReadTextFileFromArchive ( string packageFilePath, string fileToRead ) : string
packageFilePath string
fileToRead string
Résultat string