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
Aliases for ProGet Asset Directory operations.
- Assembly
- Cake
.ProGet .dll - Namespace
- Cake
.ProGet .Asset - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["ProGetAssetAliases"]
class Type type-node
Syntax
public static class ProGetAssetAliases
Attributes
Type | Description |
---|---|
Cake |
Methods
Name | Value | Summary |
---|---|---|
Pro |
void |
Creates a new Asset Directory.
static
|
ProGetDeleteAsset |
bool |
Deletes an asset from the asset directory.
static
|
ProGetDoesAssetExist |
bool |
Determines if the asset is published at an existing URI.
static
|
ProGetDownloadAsset |
void |
Download a single asset from a ProGet Asset Directory.
static
|
Pro |
void |
Download an entire ProGet Asset Directory as a zip file.
static
|
Pro |
List |
Lists files in an Asset Directory.
static
|
ProGetPushAsset |
void |
Pushes an asset to the ProGet Asset Directory.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|