C# Class Frapid.Config.FrapidConfig

显示文件 Open project: frapid/frapid

Public Methods

Method Description
Get ( string tenant, string key ) : string
GetAllowedUploadExtensions ( string tenant ) : string[]
GetMyAllowedResources ( string tenant ) : string[]

Method Details

Get() public static method

public static Get ( string tenant, string key ) : string
tenant string
key string
return string

GetAllowedUploadExtensions() public static method

public static GetAllowedUploadExtensions ( string tenant ) : string[]
tenant string
return string[]

GetMyAllowedResources() public static method

public static GetMyAllowedResources ( string tenant ) : string[]
tenant string
return string[]