C# Class newtelligence.DasBlog.Web.SiteConfig

Show file Open project: AArnott/dasblog Class Usage Examples

Private Properties

Property Type Description
CheckTrailingSlashAndRooted string

Public Methods

Method Description
GetBinariesPathFromCurrentContext ( ) : string
GetConfigFilePathFromCurrentContext ( ) : string
GetConfigPathFromCurrentContext ( ) : string
GetConfiguredTimeZone ( ) : WindowsTimeZone
GetContentPathFromCurrentContext ( ) : string
GetLogPathFromCurrentContext ( ) : string
GetProfilesPathFromCurrentContext ( ) : string
GetSecurityFilePathFromCurrentContext ( ) : string
GetSiteConfig ( ) : SiteConfig
GetSiteConfig ( string configPath ) : SiteConfig
Save ( SiteConfig siteConfig ) : void

Private Methods

Method Description
CheckTrailingSlashAndRooted ( string path ) : string

Method Details

GetBinariesPathFromCurrentContext() public static method

public static GetBinariesPathFromCurrentContext ( ) : string
return string

GetConfigFilePathFromCurrentContext() public static method

public static GetConfigFilePathFromCurrentContext ( ) : string
return string

GetConfigPathFromCurrentContext() public static method

public static GetConfigPathFromCurrentContext ( ) : string
return string

GetConfiguredTimeZone() public method

public GetConfiguredTimeZone ( ) : WindowsTimeZone
return newtelligence.DasBlog.Util.WindowsTimeZone

GetContentPathFromCurrentContext() public static method

public static GetContentPathFromCurrentContext ( ) : string
return string

GetLogPathFromCurrentContext() public static method

public static GetLogPathFromCurrentContext ( ) : string
return string

GetProfilesPathFromCurrentContext() public static method

public static GetProfilesPathFromCurrentContext ( ) : string
return string

GetSecurityFilePathFromCurrentContext() public static method

public static GetSecurityFilePathFromCurrentContext ( ) : string
return string

GetSiteConfig() public static method

public static GetSiteConfig ( ) : SiteConfig
return SiteConfig

GetSiteConfig() public static method

public static GetSiteConfig ( string configPath ) : SiteConfig
configPath string
return SiteConfig

Save() public static method

public static Save ( SiteConfig siteConfig ) : void
siteConfig SiteConfig
return void