SvnSettings Class

Summary

Base class for all settings.
Namespace
Cake.Svn
Base Types
  • object
Derived Types
graph TD Base0["object"]-->Type Type["SvnSettings"] class Type type-node Type-->Derived0["SvnRemoteSettings"] click Derived0 "/Cake.Svn/api/Cake.Svn/SvnRemoteSettings" Type-->Derived1["SvnAddSettings"] click Derived1 "/Cake.Svn/api/Cake.Svn.Add/SvnAddSettings" Type-->Derived2["SvnDeleteSettings"] click Derived2 "/Cake.Svn/api/Cake.Svn.Delete/SvnDeleteSettings"

Syntax

public abstract class SvnSettings

Constructors

Name Summary
SvnSettings() Ctor.

Properties

Name Value Summary
ThrowOnCancel bool
Gets or sets a value indicating whether the call must throw an error if the operation is canceled. Defaults to true.
ThrowOnError bool
Gets or sets a value indicating whether the call must throw an error if an error occurs. Defaults to true.
ThrowOnWarning bool
Gets or sets a value indicating whether the call must throw an error if a non fatal error occurs. Defaults to false.
GitHub