SiteSettings Class

Assembly
Cake.IIS.dll
Namespace
Cake.IIS
Interfaces
Base Types
  • Object
Derived Types
graph BT Type-->Base0["Object"] Type-.->Interface0["IDirectorySettings"] click Interface0 "/api/Cake.IIS/IDirectorySettings" Type["SiteSettings"] class Type type-node Derived0["WebsiteSettings"]-->Type click Derived0 "/api/Cake.IIS/WebsiteSettings" Derived1["FtpsiteSettings"]-->Type click Derived1 "/api/Cake.IIS/FtpsiteSettings"

Syntax

public abstract class SiteSettings : IDirectorySettings

Constructors

Name Summary
SiteSettings()

Properties

Extension Methods

Name Value Summary
Dump<SiteSettings>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<SiteSettings>(SiteSettings[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<SiteSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<SiteSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<SiteSettings>(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<SiteSettings>(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