CleanDirectorySettings Class

Summary

Contains settings used by CleanDirectory.
Namespace
Cake.Common.IO
Base Types
  • object
graph BT Type-->Base0["object"] Type["CleanDirectorySettings"] class Type type-node

Syntax

public class CleanDirectorySettings

Properties

Name Value Summary
Force bool
Gets or sets a value indicating whether to clean read-only files if set to true. It is set to false by default.

Extension Methods

Name Value Summary
Dump<CleanDirectorySettings>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<CleanDirectorySettings>(CleanDirectorySettings[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<CleanDirectorySettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<CleanDirectorySettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<CleanDirectorySettings>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<CleanDirectorySettings>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin