C# Class mobSocial.Core.ServerHelper

Afficher le fichier Open project: mobsoftware/mobsocial Class Usage Examples

Méthodes publiques

Méthode Description
GetCurrentTrustLevel ( ) : AspNetHostingPermissionLevel
GetLocalPathFromRelativePath ( string relativePath ) : string

Maps a relative path to local path on file system

GetRelativePathFromLocalPath ( string localPath ) : string

Maps a file system path to relative path

Method Details

GetCurrentTrustLevel() public static méthode

public static GetCurrentTrustLevel ( ) : AspNetHostingPermissionLevel
Résultat AspNetHostingPermissionLevel

GetLocalPathFromRelativePath() public static méthode

Maps a relative path to local path on file system
public static GetLocalPathFromRelativePath ( string relativePath ) : string
relativePath string
Résultat string

GetRelativePathFromLocalPath() public static méthode

Maps a file system path to relative path
public static GetRelativePathFromLocalPath ( string localPath ) : string
localPath string
Résultat string