ChocolateyContentResolver.

GetFiles(PackageReference, PackageType) Method

Summary

Collects all the files for the given Chocolatey Package.

Syntax

public IReadOnlyCollection<IFile> GetFiles(PackageReference package, PackageType type)

Parameters

Name Type Description
package PackageReference The Chocolatey Package.
type PackageType The type of Chocolatey Package.

Return Value

Type Description
IReadOnlyCollection<IFile> All the files for the Package.