C# 클래스 Frapid.WebsiteBuilder.FrapidConfig

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

공개 메소드들

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

메소드 상세

DisableCache() 공개 정적인 메소드

public static DisableCache ( string tenant ) : bool
tenant string
리턴 bool

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[]