C# Класс JustPressPlay.Utilities.JPPDirectory

Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

CheckAndCreateAchievementAndQuestDirectory() публичный статический Метод

public static CheckAndCreateAchievementAndQuestDirectory ( System.Web.HttpServerUtilityBase serverUtilityBase ) : void
serverUtilityBase System.Web.HttpServerUtilityBase
Результат void

CheckAndCreateNewsDirectory() публичный статический Метод

public static CheckAndCreateNewsDirectory ( System.Web.HttpServerUtilityBase serverUtilityBase ) : void
serverUtilityBase System.Web.HttpServerUtilityBase
Результат void

CheckAndCreateSiteContentDirectory() публичный статический Метод

public static CheckAndCreateSiteContentDirectory ( System.Web.HttpServerUtilityBase serverUtilityBase ) : void
serverUtilityBase System.Web.HttpServerUtilityBase
Результат void

CheckAndCreateUserDirectory() публичный статический Метод

public static CheckAndCreateUserDirectory ( int userID, System.Web.HttpServerUtilityBase serverUtilityBase ) : void
userID int
serverUtilityBase System.Web.HttpServerUtilityBase
Результат void

CreateFilePath() публичный статический Метод

Create the file path that uploaded images will be saved to.
public static CreateFilePath ( ImageTypes imageType, int userID = null ) : string
imageType ImageTypes
userID int
Результат string