ApplicationSettings Class

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

Syntax

public class ApplicationSettings : IDirectorySettings

Constructors

Name Summary
ApplicationSettings()

Properties

Name Value Summary
AlternateEnabledProtocols string
ApplicationPath string
ApplicationPool string
Authentication AuthenticationSettings
Authorization AuthorizationSettings
ComputerName string
EnableDirectoryBrowsing bool
Flag to get or set of directory browsing should be enabled.
Password string
PhysicalDirectory DirectoryPath
SiteName string
UserName string
VirtualDirectory string
WorkingDirectory DirectoryPath

Extension Methods

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