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.Ftp.
Summary
Extension methods.
- Assembly
- Cake
.Ftp .dll - Namespace
- Cake
.Ftp - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["Extensions"]
class Type type-node
Syntax
public static class Extensions
Methods
Name | Value | Summary |
---|---|---|
NotFtpUriScheme |
void |
Throws an exception if the specified parameter's value does not match FTP URI scheme.
static
|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
static
|
NotNullOrWhiteSpace |
void |
Throws an exception if the specified parameter's value is null, empty or consists only of white-space characters.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|