ProGetAssetDirectoryLister.

ListDirectory(string, bool) Method

Summary

Lists a ProGet Asset Directory.
Assembly
Cake.ProGet.dll
Namespace
Cake.ProGet.Asset
Containing Type
ProGetAssetDirectoryLister

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<ProGetDirectoryListing> A list of ProGetDirectoryListing items.