C# 클래스 Frapid.Config.FrapidConfig

파일 보기 프로젝트 열기: frapid/frapid

공개 메소드들

메소드 설명
Get ( string tenant, string key ) : string
GetAllowedUploadExtensions ( string tenant ) : string[]
GetMyAllowedResources ( string tenant ) : string[]

메소드 상세

Get() 공개 정적인 메소드

public static Get ( string tenant, string key ) : string
tenant string
key string
리턴 string

GetAllowedUploadExtensions() 공개 정적인 메소드

public static GetAllowedUploadExtensions ( string tenant ) : string[]
tenant string
리턴 string[]

GetMyAllowedResources() 공개 정적인 메소드

public static GetMyAllowedResources ( string tenant ) : string[]
tenant string
리턴 string[]