SvnDeleteSettings.

Force Property

Summary

Gets or sets a value indicating whether the command should be forced. If Force is not set then this operation will fail if any path contains locally modified and/or unversioned items. If Force is set such items will be deleted.
Assembly
Cake.Svn.dll
Namespace
Cake.Svn.Delete
Containing Type
SvnDeleteSettings

Syntax

public bool Force { get; set; }

Value

Type Description
bool