C# 클래스 mobSocial.Data.Helpers.PathUtility

파일 보기 프로젝트 열기: mobsoftware/mobsocial

공개 메소드들

메소드 설명
GetFileExtensionFromContentType ( string contentType ) : string
GetFileSavePath ( string directoryPath, string fileName, bool overwrite = false ) : string

Gets a file path that's safe to write to file system

메소드 상세

GetFileExtensionFromContentType() 공개 정적인 메소드

public static GetFileExtensionFromContentType ( string contentType ) : string
contentType string
리턴 string

GetFileSavePath() 공개 정적인 메소드

Gets a file path that's safe to write to file system
public static GetFileSavePath ( string directoryPath, string fileName, bool overwrite = false ) : string
directoryPath string
fileName string
overwrite bool
리턴 string