C# Class WebMarco.Backend.App.Common.AppHelper.Paths

Afficher le fichier Open project: vhnatyk/WebMarco.2.0

Méthodes publiques

Méthode Description
GetFilePathInTemporaryFolder ( string filename ) : string
GetFullAssetPath ( string relativePath ) : string
GetImageAssetPath ( string imageFileName ) : string
GetPageAssetPath ( string viewFileName ) : string

Private Methods

Méthode Description
DatafilesPath ( string parentFolder ) : string

Method Details

GetFilePathInTemporaryFolder() public static méthode

public static GetFilePathInTemporaryFolder ( string filename ) : string
filename string
Résultat string

GetFullAssetPath() public static méthode

public static GetFullAssetPath ( string relativePath ) : string
relativePath string
Résultat string

GetImageAssetPath() public static méthode

public static GetImageAssetPath ( string imageFileName ) : string
imageFileName string
Résultat string

GetPageAssetPath() public static méthode

public static GetPageAssetPath ( string viewFileName ) : string
viewFileName string
Résultat string