SkipRule.

SkipRule(string, string, string, string, string) Constructor

Assembly
Cake.DeployParams.dll
Namespace
Cake.DeployParams
Containing Type
SkipRule

Syntax

public SkipRule(string name, string skipAction, string objectName, string absolutePath, string xpath = null)

Parameters

Name Type Description
name string
skipAction string
objectName string
absolutePath string
xpath string

Return Value

Type Description
void