C# Class JustPressPlay.Utilities.JPPDirectory

Afficher le fichier Open project: RIT-MAGIC/JustPressPlay

Méthodes publiques

Méthode Description
CheckAndCreateAchievementAndQuestDirectory ( System.Web.HttpServerUtilityBase serverUtilityBase ) : void
CheckAndCreateNewsDirectory ( System.Web.HttpServerUtilityBase serverUtilityBase ) : void
CheckAndCreateSiteContentDirectory ( System.Web.HttpServerUtilityBase serverUtilityBase ) : void
CheckAndCreateUserDirectory ( int userID, System.Web.HttpServerUtilityBase serverUtilityBase ) : void
CreateFilePath ( ImageTypes imageType, int userID = null ) : string

Create the file path that uploaded images will be saved to.

Method Details

CheckAndCreateAchievementAndQuestDirectory() public static méthode

public static CheckAndCreateAchievementAndQuestDirectory ( System.Web.HttpServerUtilityBase serverUtilityBase ) : void
serverUtilityBase System.Web.HttpServerUtilityBase
Résultat void

CheckAndCreateNewsDirectory() public static méthode

public static CheckAndCreateNewsDirectory ( System.Web.HttpServerUtilityBase serverUtilityBase ) : void
serverUtilityBase System.Web.HttpServerUtilityBase
Résultat void

CheckAndCreateSiteContentDirectory() public static méthode

public static CheckAndCreateSiteContentDirectory ( System.Web.HttpServerUtilityBase serverUtilityBase ) : void
serverUtilityBase System.Web.HttpServerUtilityBase
Résultat void

CheckAndCreateUserDirectory() public static méthode

public static CheckAndCreateUserDirectory ( int userID, System.Web.HttpServerUtilityBase serverUtilityBase ) : void
userID int
serverUtilityBase System.Web.HttpServerUtilityBase
Résultat void

CreateFilePath() public static méthode

Create the file path that uploaded images will be saved to.
public static CreateFilePath ( ImageTypes imageType, int userID = null ) : string
imageType ImageTypes
userID int
Résultat string