ProGetAssetDirectoryLister.

CreateDirectory(string) Method

Summary

Creates a new Asset Directory at the specified path.
Assembly
Cake.ProGet.dll
Namespace
Cake.ProGet.Asset
Containing Type
ProGetAssetDirectoryLister

Syntax

public void CreateDirectory(string directoryUri)

Parameters

Name Type Description
directoryUri string The fullly qualified URI to the new directory.

Return Value

Type Description
void