SendGridAliases Class

Summary

Contains aliases related to SendGrid.

In order to use the commands for this addin, you will need to include the following in your build.cake file to download and reference from NuGet.org:

#addin Cake.SendGrid

Namespace
Cake.SendGrid
Base Types
  • object
graph BT Type-->Base0["object"] Type["SendGridAliases"] class Type type-node

Syntax

[CakeAliasCategory("SendGrid")]
public static class SendGridAliases

Attributes

Type Description
CakeAliasCategory

Methods

Name Value Summary
SendGrid(ICakeContext) SendGridProvider
Gets a SendGridProvider instance that can be used for communicating with SendGridProvider API.
static