SkipRule.

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

Summary

Initializes a new instance of the SkipRule class.
Assembly
Cake.WebDeploy.dll
Namespace
Cake.WebDeploy
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