AppCenterAliases.

AppCenterAppsDelete(ICakeContext, AppCenterAppsDeleteSettings) Method

Summary

Delete an app
Assembly
Cake.AppCenter.dll
Namespace
Cake.AppCenter
Containing Type
AppCenterAliases

Syntax

public static void AppCenterAppsDelete(this ICakeContext context, AppCenterAppsDeleteSettings settings)

Attributes

Type Description
CakeMethodAliasAttribute
CakeAliasCategoryAttribute

Parameters

Name Type Description
context ICakeContext The context.
settings AppCenterAppsDeleteSettings The settings.

Return Value

Type Description
void