Table of Contents

Class VpsHelperSunamo

Namespace
SunamoShared.Essential
Assembly
SunamoShared.dll

Provides VPS-related helper methods and constants.

public class VpsHelperSunamo
Inheritance
VpsHelperSunamo
Inherited Members
Extension Methods

Fields

Ip

The VPS IP address.

public const string Ip = "46.36.38.72"

Field Value

string

IpMyPoda

The MyPoda IP address.

public const string IpMyPoda = "85.135.38.18"

Field Value

string

Properties

IsQ

Gets a value indicating whether the current machine is the Q environment.

public static bool IsQ { get; }

Property Value

bool

Methods

LocationOfSqlBackup(string, string)

Returns the full path for a SQL backup file.

public static string LocationOfSqlBackup(string text, string mssqlServerPath)

Parameters

text string

The database name for the backup file.

mssqlServerPath string

The MSSQL server base path.

Returns

string

SunamoCzSln()

Returns the path to the sunamo.cz solution folder.

public static string SunamoCzSln()

Returns

string

SunamoProject()

Returns the path to the sunamo project folder.

public static string SunamoProject()

Returns

string

SunamoSln()

Returns the path to the sunamo solution folder.

public static string SunamoSln()

Returns

string