This content is part of a third party extension that is not supported by the Cake project.
        
	
		Summary
            Returns the files installed by the given package.
            
		- Assembly
- Cake.Npm .Module .dll 
- Namespace
- Cake.Npm .Module 
- Containing Type
- INpmContentResolver
Syntax
IReadOnlyCollection<IFile> GetFiles(PackageReference package, PackageType type, ModulesInstallationLocation installationLocation)Parameters
| Name | Type | Description | 
|---|---|---|
| package | PackageReference | The package. | 
| type | PackageType | The package type. | 
| installationLocation | Modules | The location to install into. | 
Return Value
| Type | Description | 
|---|---|
| IReadOnlyCollection | the files installed by the given package. | 
