This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.ProGet.
Summary
Lists a ProGet Asset Directory.
- Assembly
- Cake
.ProGet .dll - Namespace
- Cake
.ProGet .Asset - Containing Type
- Pro
Get Asset Directory Lister
Syntax
public List<ProGetDirectoryListing> ListDirectory(string directoryUri, bool recursive = false)
Parameters
Name | Type | Description |
---|---|---|
directoryUri | string | The URI of the directory to list. |
recursive | bool | If true, recurse through subdirectories as well. Defaults to false. |
Return Value
Type | Description |
---|---|
List |
A list of ProGetDirectoryListing items. |