C# Class Warehouse.Settings

Mostra file Open project: Starcounter/Warehouse Class Usage Examples

Public Properties

Property Type Description
DefaultHostPassword string
DefaultHostUsername string
PublicFolder string
StorageFolder string

Public Methods

Method Description
GetSettings ( ) : Settings

Get Settings

SetDefault ( ) : void

Set default settings

Private Methods

Method Description
SetDefaultPublicFolder ( ) : void
SetDefaultStorageFolder ( ) : void

Method Details

GetSettings() static public method

Get Settings
static public GetSettings ( ) : Settings
return Settings

SetDefault() public method

Set default settings
public SetDefault ( ) : void
return void

Property Details

DefaultHostPassword public_oe property

public string DefaultHostPassword
return string

DefaultHostUsername public_oe property

public string DefaultHostUsername
return string

PublicFolder public_oe property

Public Resouce Folder Storage for Appication Images,Screenshots,banners They will be accessable from outside by the public
public string PublicFolder
return string

StorageFolder public_oe property

Path to a folder when files (versions,banners,screenshot,etc) will be stored
public string StorageFolder
return string